mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
Allow Company Home space to be used as start folder for the doclist
Refs #7
This commit is contained in:
parent
daeddee98e
commit
21c20e5de9
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user