04-06-2018 10:03 AM
Hi,
ContextRoot is hard coded to 'alfresco' in adf-core. Is there a way to configure a custom context like 'alfresco/demo'?
AlfrescoApiService.prototype.reset = function () {
this.alfrescoApi = new alfrescoApi({
provider: this.storage.getItem('AUTH_TYPE'),
ticketEcm: this.storage.getItem('ticket-ECM'),
ticketBpm: this.storage.getItem('ticket-BPM'),
hostEcm: this.appConfig.get('ecmHost'),
hostBpm: this.appConfig.get('bpmHost'),
contextRoot: 'alfresco',
disableCsrf: this.storage.getItem('DISABLE_CSRF') === 'true'
});
};
Thanks.
05-08-2018 03:15 AM
Yes, both are supported.
04-06-2018 10:06 AM
This has been fixed couple of days ago and should be available with the upcoming 2.3.0 release. It will be possible to change both APS and ACS context roots via configuration file.
05-08-2018 02:42 AM
Hi Denys,
Denys Vuika
Is this fixed for ACS in 2.3.0? If yes, how can we configure it?
I checked in the Release Note, its mentions for BPM only.
So wanted to confirm with you.
05-08-2018 03:15 AM
Yes, both are supported.
Explore our Alfresco products with the links below. Use labels to filter content by product module.