[ADF-2480] document list reload should be always performed (#3096)

This commit is contained in:
Vito
2018-03-19 22:36:33 +00:00
committed by Eugenio Romano
parent 8ead17685a
commit 5d92fc4b3b

View File

@@ -340,8 +340,8 @@ export class FilesComponent implements OnInit, OnChanges, OnDestroy {
private reloadForInfiniteScrolling() {
if (this.infiniteScrolling) {
this.documentList.skipCount = 0;
this.documentList.reload();
}
this.documentList.reload();
}
onManageVersions(event) {