Hinzufügen einer Bedingung zum Entfernen von Komponenten aus der Ignorierliste
This commit is contained in:
parent
8bd7ab13d0
commit
9021291aef
@ -85,7 +85,7 @@ Namespace Jobs.FinalizeDocument
|
|||||||
Case ANNOTATION_TYPE_WIDGET
|
Case ANNOTATION_TYPE_WIDGET
|
||||||
'Add form field values
|
'Add form field values
|
||||||
Dim formFieldValue = oAnnotationData.formFieldValues.FirstOrDefault(Function(fv) fv.name = oAnnotation.id)
|
Dim formFieldValue = oAnnotationData.formFieldValues.FirstOrDefault(Function(fv) fv.name = oAnnotation.id)
|
||||||
If formFieldValue IsNot Nothing Then
|
If formFieldValue IsNot Nothing AndAlso Not _ignoredLabels.Contains(formFieldValue.value) Then
|
||||||
AddFormFieldValue(oAnnotation, formFieldValue)
|
AddFormFieldValue(oAnnotation, formFieldValue)
|
||||||
End If
|
End If
|
||||||
End Select
|
End Select
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user