tasklist modify step 1

This commit is contained in:
Eugenio Romano
2016-08-17 16:50:23 +01:00
parent 077df4b87f
commit 9c5d62f5d1
15 changed files with 92 additions and 137 deletions

View File

@@ -30,7 +30,7 @@ export class AlfrescoSettingsService {
private _bpmContextPath = AlfrescoSettingsService.DEFAULT_BPM_CONTEXT_PATH;
private providers: string = 'ECM'; // ECM, BPM , ALL
private providers: string = 'ALL'; // ECM, BPM , ALL
public get ecmHost(): string {
return this._ecmHost;