Revert "Switch to Company Home as basis for file browser"

This reverts commit 877ac5eb23.
This commit is contained in:
Will Abson
2016-05-11 17:06:29 +01:00
parent 877ac5eb23
commit eebb051515
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: 'Company Home',
path: ''
name: 'Document Library',
path: 'swsdp/documentLibrary'
};
this.currentFolderPath = '';
this.currentFolderPath = 'swsdp/documentLibrary';
this.route = [];
this.actions = [];
this.columns = [];