[ADF-5120] Fix initialization error of PS cloud Services (#5634)

This commit is contained in:
davidcanonieto
2020-04-23 17:59:44 +01:00
committed by GitHub
parent 1f5215cd38
commit 86d6ecb49e
10 changed files with 17 additions and 22 deletions

View File

@@ -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);
}
/**