mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Allow Company Home space to be used as start folder for the doclist
Refs #7
This commit is contained in:
@@ -221,7 +221,7 @@ export class DocumentList implements OnInit, AfterViewChecked, AfterContentInit
|
||||
* @param path Node path
|
||||
*/
|
||||
displayFolderContent(path) {
|
||||
if (path) {
|
||||
if (path !== null) {
|
||||
this.currentFolderPath = path;
|
||||
this._alfrescoService
|
||||
.getFolder(path)
|
||||
|
Reference in New Issue
Block a user