mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-1856] Pagination in search result is not reset correctly (#694)
This commit is contained in:
committed by
Denys Vuika
parent
7d73ae309c
commit
c6c4db45ff
@@ -88,6 +88,8 @@ export class SearchResultsComponent extends PageComponent implements OnInit {
|
|||||||
}),
|
}),
|
||||||
|
|
||||||
this.queryBuilder.executed.subscribe(data => {
|
this.queryBuilder.executed.subscribe(data => {
|
||||||
|
this.queryBuilder.paging.skipCount = 0;
|
||||||
|
|
||||||
this.onSearchResultLoaded(data);
|
this.onSearchResultLoaded(data);
|
||||||
this.isLoading = false;
|
this.isLoading = false;
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user