mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-1090] support custom dynamic table row validation (#2308)
* support custom dynamic table row validation * test fixes * export missing models
This commit is contained in:
committed by
Eugenio Romano
parent
1f766f3ade
commit
a8dfbeb572
@@ -52,7 +52,7 @@ export class DynamicTableWidgetComponent extends WidgetComponent implements OnIn
|
||||
|
||||
ngOnInit() {
|
||||
if (this.field) {
|
||||
this.content = new DynamicTableModel(this.field);
|
||||
this.content = new DynamicTableModel(this.field, this.formService);
|
||||
this.visibilityService.refreshVisibility(this.field.form);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user