[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:
Eugenio Romano
2018-04-13 10:08:02 +01:00
committed by Denys Vuika
parent 007cc1d1fc
commit f8d1480f29
8 changed files with 70 additions and 85 deletions

View File

@@ -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);
}
}
}