mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14: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
|
* @param path Node path
|
||||||
*/
|
*/
|
||||||
displayFolderContent(path) {
|
displayFolderContent(path) {
|
||||||
if (path) {
|
if (path !== null) {
|
||||||
this.currentFolderPath = path;
|
this.currentFolderPath = path;
|
||||||
this._alfrescoService
|
this._alfrescoService
|
||||||
.getFolder(path)
|
.getFolder(path)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user