Allow Company Home space to be used as start folder for the doclist

Refs #7
This commit is contained in:
Will Abson 2016-05-11 17:23:22 +01:00
parent daeddee98e
commit 21c20e5de9

View File

@ -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)