From 06e8586dd84cd4a910de0aacdf0f987abd4813b7 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 13 Feb 2020 12:21:35 -0500 Subject: [PATCH] hide inapplicable operators for the search form rather than disable them Signed-off-by: Galen Charlton --- .../app/staff/acq/search/acq-search-form.component.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/acq/search/acq-search-form.component.html b/Open-ILS/src/eg2/src/app/staff/acq/search/acq-search-form.component.html index bc1cc68a86..91b70c7069 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/search/acq-search-form.component.html +++ b/Open-ILS/src/eg2/src/app/staff/acq/search/acq-search-form.component.html @@ -40,14 +40,14 @@ (change)="clearSearchTermValueAfterOpChange(t)"> - - - - - - - - + + + + + + + + -- 2.11.0