mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Revert "Switch to Company Home as basis for file browser"
This reverts commit 877ac5eb23
.
This commit is contained in:
@@ -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 = [];
|
||||
|
Reference in New Issue
Block a user