mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2480] document list reload should be always performed (#3096)
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user