mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#967 rework container model structure
- now FormFieldModel provides information about columns and child fields - greatly simplified models - visibility engine fixes
This commit is contained in:
committed by
Mario Romano
parent
e114534bc5
commit
ee56a1faa6
@@ -37,7 +37,7 @@ export class ContainerWidget extends WidgetComponent implements OnInit, AfterVie
|
||||
|
||||
ngOnInit() {
|
||||
if (this.field) {
|
||||
this.content = new ContainerWidgetModel(this.field.form, this.field.json);
|
||||
this.content = new ContainerWidgetModel(this.field);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user