From 0fb0b100131d221fd440a3168b61d83d135fca09 Mon Sep 17 00:00:00 2001 From: Lebbeous Fogle-Weekley Date: Thu, 30 Aug 2012 12:42:01 -0400 Subject: [PATCH] Acq: In general search, make value widgets for OU-linked fields right again They always used to be OU selector dropdowns until a thinko in 55a82b5. This restores them. Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Bill Erickson --- Open-ILS/web/js/ui/default/acq/search/unified.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/acq/search/unified.js b/Open-ILS/web/js/ui/default/acq/search/unified.js index c0a1fa9f5f..0dfac0a574 100644 --- a/Open-ILS/web/js/ui/default/acq/search/unified.js +++ b/Open-ILS/web/js/ui/default/acq/search/unified.js @@ -157,7 +157,6 @@ function TermSelectorFactory(terms) { ); } else if (term.hint == "acqlia" || (term.hint == "jub" && term.field == "eg_bib_id") || - term.datatype == "org_unit" || (term.datatype == "link" && target == "au")) { /* The test for jub.eg_bib_id is a special case to prevent * AutoFieldWidget from trying to render a ridiculous dropdown -- 2.11.0