mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
fix
This commit is contained in:
@@ -255,8 +255,8 @@ export class FormModel implements ProcessFormModel {
|
||||
field.json.value = formValues[variableId] || formValues[field.id];
|
||||
field.value = field.parseValue(field.json);
|
||||
}
|
||||
field.value = this.resolveExpressionString(field.value);
|
||||
}
|
||||
field.value = this.resolveExpressionString(field.value);
|
||||
}
|
||||
|
||||
private canOverrideFieldValueWithProcessValue(field: FormFieldModel, variableId: string, formValues: FormValues): boolean {
|
||||
|
||||
Reference in New Issue
Block a user