mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2682] Fix pagination, bradcrumb, general reload scenarios (#3184)
* skipcount page reset in new folder * fix files component reload multiple times * fix folderNode scenario
This commit is contained in:
committed by
Denys Vuika
parent
007cc1d1fc
commit
f8d1480f29
@@ -144,7 +144,7 @@ export class BreadcrumbComponent implements OnInit, OnChanges {
|
||||
this.navigate.emit(route);
|
||||
|
||||
if (this.target) {
|
||||
this.target.loadFolderByNodeId(route.id);
|
||||
this.target.navigateTo(route.id);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user