From da0ed3365969fbda98e62f374a3ea94fb92ef8fe Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 20 Nov 2019 11:06:35 -0500 Subject: [PATCH] mark picklist entry_count column as unfilterable (Search API provides no way of doing it, and as a virtual field, it would be a bit challenging to make it searchable.) Signed-off-by: Galen Charlton --- .../src/eg2/src/app/staff/acq/search/picklist-results.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/acq/search/picklist-results.component.html b/Open-ILS/src/eg2/src/app/staff/acq/search/picklist-results.component.html index 4fbab37c42..97426537ff 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/search/picklist-results.component.html +++ b/Open-ILS/src/eg2/src/app/staff/acq/search/picklist-results.component.html @@ -46,7 +46,7 @@ - + -- 2.11.0