mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Fix for ACA upstream (#11640)
This commit is contained in:
@@ -59,7 +59,7 @@ export class SearchHeaderQueryBuilderService extends BaseQueryBuilderService {
|
|||||||
setupCurrentPagination(maxItems: number, skipCount: number) {
|
setupCurrentPagination(maxItems: number, skipCount: number) {
|
||||||
if (!this.paging || (this.paging && this.paging.maxItems !== maxItems) || this.paging.skipCount !== skipCount) {
|
if (!this.paging || (this.paging && this.paging.maxItems !== maxItems) || this.paging.skipCount !== skipCount) {
|
||||||
this.paging = { maxItems, skipCount };
|
this.paging = { maxItems, skipCount };
|
||||||
this.execute();
|
this.execute(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user