Switch to Company Home as basis for file browser

- Allows us to work with a bare platform repo which does not have the
  swsdp site installed

Refs #7
This commit is contained in:
Will Abson
2016-05-06 14:01:05 +01:00
parent 21592e90bf
commit 877ac5eb23
3 changed files with 8 additions and 8 deletions

View File

@@ -47,10 +47,10 @@ System.register(['angular2/core', './../services/alfresco.service', './../models
this.breadcrumb = false;
this.itemClick = new core_1.EventEmitter();
this.rootFolder = {
name: 'Document Library',
path: 'swsdp/documentLibrary'
name: 'Company Home',
path: ''
};
this.currentFolderPath = 'swsdp/documentLibrary';
this.currentFolderPath = '';
this.route = [];
this.actions = [];
this.columns = [];