mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-4848] Form - fix tab visibility (#5021)
* [ADF-4848] - fix tab visibility * add unit test
This commit is contained in:
committed by
Eugenio Romano
parent
2b1250cae7
commit
be867b0c0c
@@ -38,7 +38,7 @@ export class TabModel extends FormWidgetModel {
|
||||
|
||||
if (json) {
|
||||
this.title = json.title;
|
||||
this.visibilityCondition = <WidgetVisibilityModel> json.visibilityCondition;
|
||||
this.visibilityCondition = new WidgetVisibilityModel(json.visibilityCondition);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user