Merge remote-tracking branch 'lotte/search-backend' into w2p-50632_Replace-mock-registry-service-with-implementation

This commit is contained in:
Kristof De Langhe
2018-04-18 14:13:13 +02:00
43 changed files with 510 additions and 470 deletions

View File

@@ -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'
});
}