mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4546] Visibility conditions for Form variables don't work on Multiline Widget. (#4786)
* * Finding variable values by id & used date format * * Tests to validate visibility by using id * * [ADF-4529] Refactor conditions * [ADF-4529] Fixed cloud form editor script error
This commit is contained in:
committed by
Eugenio Romano
parent
30c42d17d0
commit
7eb9ffe688
@@ -54,7 +54,8 @@ export class FormCloudDemoComponent implements OnInit, OnDestroy {
|
||||
}
|
||||
|
||||
ngOnInit() {
|
||||
this.formConfig = this.automationService.forms.getFormCloudDefinition();
|
||||
const formDefinitionJSON = this.automationService.forms.getFormCloudDefinition();
|
||||
this.formConfig = JSON.stringify(formDefinitionJSON);
|
||||
this.parseForm();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user