From 72e5459a48752a938dca8c284d0bc6194966a895 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 26 Dec 2018 11:48:48 -0500 Subject: [PATCH] LP1806087 Catalog nav link thinkos Signed-off-by: Bill Erickson --- Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html | 4 ++-- Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html index ddfacc0fb5..41dd3bc511 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html @@ -23,7 +23,7 @@ @@ -32,7 +32,7 @@ diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.ts b/Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.ts index 737de6f9d3..e4d78a52d1 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.ts @@ -76,7 +76,7 @@ export class ResultRecordComponent implements OnInit, OnDestroy { /** * Propagate the search params along when navigating to each record. */ - navigatToRecord(summary: BibRecordSummary) { + navigateToRecord(summary: BibRecordSummary) { const params = this.catUrl.toUrlParams(this.searchContext); // Jump to metarecord constituent records page when a -- 2.11.0