mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
make resetNewFolderPagination method public again (#8739)
This commit is contained in:
committed by
GitHub
parent
b832beb387
commit
fceb7ecb9e
@@ -938,7 +938,7 @@ export class DocumentListComponent implements OnInit, OnChanges, OnDestroy, Afte
|
||||
this.filterSelection.emit(activeFilters);
|
||||
}
|
||||
|
||||
private resetNewFolderPagination() {
|
||||
resetNewFolderPagination() {
|
||||
this._pagination.skipCount = 0;
|
||||
this._pagination.maxItems = this.maxItems;
|
||||
}
|
||||
|
Reference in New Issue
Block a user