From 2bd2a4d925968f804a5bbc1a3e6a4b28a5fc0a62 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 30 Jul 2020 12:23:15 -0400 Subject: [PATCH 1/1] LP1872867 Staff catalog filters use search labels The Angular staff catalog now displays the search_label value for all of the coded-value-map filters (search format, item type, etc.) when available. It falls back to the 'value' field when no search_label exists. If a value is not opac_visible, the text "(Hidden)" is appended to the label. Signed-off-by: Bill Erickson Signed-off-by: Elaine Hardy --- .../staff/catalog/search-form.component.html | 47 ++++++++++++------- 1 file changed, 31 insertions(+), 16 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html index b3d5eb6aea..ab50809a23 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html @@ -1,3 +1,10 @@ + + + +
@@ -21,8 +28,9 @@
@@ -150,32 +158,36 @@
@@ -184,24 +196,27 @@
-- 2.43.2