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