Fix document list init issue

This commit is contained in:
Denys Vuika
2016-06-02 12:54:35 +01:00
parent 011c5c24f5
commit 4f83354712

View File

@@ -110,7 +110,7 @@ export class DocumentList implements OnInit, AfterViewChecked, AfterContentInit,
private _alfrescoService: AlfrescoService) {} private _alfrescoService: AlfrescoService) {}
ngOnInit() { ngOnInit() {
this.changePath(null); this.changePath(this.currentFolderPath);
} }
ngOnChanges(change) { ngOnChanges(change) {