This commit is contained in:
eromano
2025-12-17 10:42:52 +01:00
parent 8fb61065e6
commit 7ebd3de833
2 changed files with 1 additions and 256 deletions
@@ -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 {