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:
@@ -38,7 +38,7 @@ describe('DisplayValueWidget', () => {
|
||||
beforeEach(() => {
|
||||
settingsService = new AlfrescoSettingsService();
|
||||
formService = new FormService(null, null);
|
||||
visibilityService = new WidgetVisibilityService(null, null, null);
|
||||
visibilityService = new WidgetVisibilityService(null);
|
||||
widget = new DisplayValueWidget(formService, visibilityService, settingsService);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user