mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3224] move ticket store logic in js-api (#3505)
* move ticket store logic in js-api * remove space * fix test * fix tests
This commit is contained in:
@@ -125,8 +125,6 @@ export class AlfrescoApiService {
|
||||
|
||||
const config = {
|
||||
provider: this.appConfig.get<string>(AppConfigValues.PROVIDERS),
|
||||
ticketEcm: this.storage.getItem('ticket-ECM'),
|
||||
ticketBpm: this.storage.getItem('ticket-BPM'),
|
||||
hostEcm: this.appConfig.get<string>(AppConfigValues.ECMHOST),
|
||||
hostBpm: this.appConfig.get<string>(AppConfigValues.BPMHOST),
|
||||
authType: this.appConfig.get<string>(AppConfigValues.AUTHTYPE, 'BASIC'),
|
||||
|
Reference in New Issue
Block a user