[ACA-3245] Fetch alfresco repo name from an API (#5676)

* [ACA-3245] Fetch alfresco repo name from an API

* [ACA-3245] Take the repo name from the API only when it is not defined in the app config

* [ACA-3245] Remo alfresco-1 as default in app.config service

* [ACA-3245] Remove passing null argument when calling getRepositories function

* [ACA-3245] Revert removing function parameter includeAccounts

* [ACA-3245] Add tenantId as optional

* [ACA-3245] Revert method

* [ACA-3245] Change both parameters to optional

* [ACA-3245] Rename param
This commit is contained in:
arditdomi
2020-05-13 20:56:29 +01:00
committed by GitHub
parent f6801b1997
commit a8c252db8b
5 changed files with 27 additions and 23 deletions

View File

@@ -62,8 +62,7 @@ export class AppConfigService {
},
ecmHost: 'http://{hostname}{:port}/ecm',
bpmHost: 'http://{hostname}{:port}/bpm',
logLevel: 'silent',
alfrescoRepositoryName: 'alfresco-1'
logLevel: 'silent'
};
status: Status = Status.INIT;