From bfecf6904b1d83675089c67a286fcc719aae4d93 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 30 Jul 2020 12:23:15 -0400 Subject: [PATCH] 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 --- .../app/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 d4ca900377..36952d3b9b 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 @@
@@ -141,32 +149,36 @@
@@ -175,24 +187,27 @@
-- 2.11.0