mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-5120] Fix initialization error of PS cloud Services (#5634)
This commit is contained in:
@@ -28,8 +28,7 @@ export class UserPreferenceCloudService extends BaseCloudService implements Pref
|
||||
apiService: AlfrescoApiService,
|
||||
appConfigService: AppConfigService,
|
||||
private logService: LogService) {
|
||||
super(apiService);
|
||||
this.contextRoot = appConfigService.get('bpmHost', '');
|
||||
super(apiService, appConfigService);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user