mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#1031 - Check the value of old forms in process variables
This commit is contained in:
@@ -28,7 +28,7 @@ describe('DynamicTableWidget', () => {
|
||||
|
||||
beforeEach(() => {
|
||||
table = new DynamicTableModel(null);
|
||||
visibilityService = new WidgetVisibilityService(null, null, null);
|
||||
visibilityService = new WidgetVisibilityService(null);
|
||||
widget = new DynamicTableWidget(null, visibilityService);
|
||||
widget.content = table;
|
||||
});
|
||||
|
Reference in New Issue
Block a user