From: Bill Erickson Date: Tue, 19 Mar 2019 21:21:42 +0000 (-0400) Subject: lpxxx Angular holdings maintenance wip X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c9c48eff587f1996bc5f85cb6f439ba3be2acae7;p=working%2FEvergreen.git lpxxx Angular holdings maintenance wip Signed-off-by: Bill Erickson --- 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 {