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