mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fix document list init issue
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user