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
@@ -81,6 +81,7 @@ export class WidgetComponent implements AfterViewInit {
|
||||
|
||||
/** @deprecated use onFieldChanged instead */
|
||||
checkVisibility(field: FormFieldModel) {
|
||||
console.log('checkVisibility is deprecated, use onFieldChanged instead');
|
||||
this.fieldChanged.emit(field);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user