mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
Merge remote-tracking branch 'lotte/search-backend' into w2p-50632_Replace-mock-registry-service-with-implementation
This commit is contained in:
@@ -338,7 +338,8 @@ export class PaginationComponent implements OnDestroy, OnInit {
|
||||
*/
|
||||
private updateRoute(params: {}) {
|
||||
this.router.navigate([], {
|
||||
queryParams: Object.assign({}, this.currentQueryParams, params)
|
||||
queryParams: Object.assign({}, this.currentQueryParams, params),
|
||||
queryParamsHandling: 'merge'
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user