[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. 82015125fc0444744438b937d961953f6e4dbcd3

Evergreen Git git at git.evergreen-ils.org
Thu Aug 30 12:49:00 EDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_3 has been updated
       via  82015125fc0444744438b937d961953f6e4dbcd3 (commit)
      from  6f9892fc38372d812fd2d8e3cd1be4523fd9e89b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 82015125fc0444744438b937d961953f6e4dbcd3
Author: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
Date:   Thu Aug 30 12:42:01 2012 -0400

    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 <lebbeous at esilibrary.com>
    Signed-off-by: Bill Erickson <berick at esilibrary.com>

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 c0a1fa9..0dfac0a 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

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/web/js/ui/default/acq/search/unified.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list