mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACA-4168] - changed to public reset pagination (#6375)
Co-authored-by: Vito Albano <vitoalbano@vitoalbano-mbp-0120.local>
This commit is contained in:
@@ -901,7 +901,7 @@ export class DocumentListComponent implements OnInit, OnChanges, OnDestroy, Afte
|
|||||||
this.filterSelection.emit(activeFilters);
|
this.filterSelection.emit(activeFilters);
|
||||||
}
|
}
|
||||||
|
|
||||||
private resetNewFolderPagination() {
|
resetNewFolderPagination() {
|
||||||
this._pagination.skipCount = 0;
|
this._pagination.skipCount = 0;
|
||||||
this._pagination.maxItems = this.maxItems;
|
this._pagination.maxItems = this.maxItems;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user