mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
change hosts url
This commit is contained in:
@@ -41,12 +41,12 @@ export class AlfrescoAuthenticationService {
|
|||||||
hostBpm: this.alfrescoSetting.bpmHost
|
hostBpm: this.alfrescoSetting.bpmHost
|
||||||
});
|
});
|
||||||
|
|
||||||
alfrescoSetting.bpmHostSubject.subscribe((value) => {
|
alfrescoSetting.bpmHostSubject.subscribe((ecmHost) => {
|
||||||
this.alfrescoApi.config.hostBpm = value;
|
this.alfrescoApi.config.changeEcmHost(ecmHost);
|
||||||
});
|
});
|
||||||
|
|
||||||
alfrescoSetting.ecmHostSubject.subscribe((value) => {
|
alfrescoSetting.ecmHostSubject.subscribe((bpmHost) => {
|
||||||
this.alfrescoApi.config.hostEcm = value;
|
this.alfrescoApi.config.changeBpmHost(bpmHost);
|
||||||
});
|
});
|
||||||
|
|
||||||
alfrescoSetting.providerSubject.subscribe((value) => {
|
alfrescoSetting.providerSubject.subscribe((value) => {
|
||||||
|
Reference in New Issue
Block a user