From c9c48eff587f1996bc5f85cb6f439ba3be2acae7 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 19 Mar 2019 17:21:42 -0400 Subject: [PATCH] lpxxx Angular holdings maintenance wip Signed-off-by: Bill Erickson --- Open-ILS/src/eg2/src/app/staff/catalog/record/pagination.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/record/pagination.component.ts b/Open-ILS/src/eg2/src/app/staff/catalog/record/pagination.component.ts index 3c63af030e..b3e9a9c53e 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/record/pagination.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/catalog/record/pagination.component.ts @@ -50,7 +50,7 @@ export class RecordPaginationComponent implements OnInit { let url = '/staff/catalog/record/' + id; if (this.recordTab) { url += '/' + this.recordTab; } const params = this.catUrl.toUrlParams(this.searchContext); - this.router.navigate([url], params); + this.router.navigate([url], {queryParams: params}); } firstRecord(): void { -- 2.11.0