mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ACA-3074] Fix preselected file loading issue (#5739)
This commit is contained in:
@@ -224,6 +224,7 @@ export class FormCloudComponent extends FormBaseComponent implements OnChanges,
|
||||
takeUntil(this.onDestroy$))
|
||||
.subscribe(
|
||||
(form) => {
|
||||
this.formCloudRepresentationJSON = form;
|
||||
const parsedForm = this.parseForm(form);
|
||||
this.visibilityService.refreshVisibility(<any> parsedForm);
|
||||
parsedForm.validateForm();
|
||||
|
Reference in New Issue
Block a user