mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[AAE-8561] [Modeling] The 'value' of string var in destinat… (#7722)
* [ci:force][AAE-8561] [Modeling] The 'value' of string var in destinationFolderPath is not always visible in JSON Editor * UPdated UT
This commit is contained in:
@@ -103,7 +103,7 @@ export class FormModel implements ProcessFormModel {
|
||||
this.customFieldTemplates = json.customFieldTemplates || {};
|
||||
this.selectedOutcome = json.selectedOutcome;
|
||||
this.className = json.className || '';
|
||||
this.variables = json.variables || [];
|
||||
this.variables = json.variables || json.formDefinition?.variables || [];
|
||||
this.processVariables = json.processVariables || [];
|
||||
this.enableFixedSpace = enableFixedSpace ? true : false;
|
||||
this.confirmMessage = json.confirmMessage || {};
|
||||
|
Reference in New Issue
Block a user