[open-ils-commits] [GIT] Evergreen ILS branch master updated. 92e84a389e7cba0f988814d1e88f029c9dd4e1a4

Evergreen Git git at git.evergreen-ils.org
Wed Aug 27 00:36:46 EDT 2014


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, master has been updated
       via  92e84a389e7cba0f988814d1e88f029c9dd4e1a4 (commit)
      from  dcc5475a0328da91ec7a006cd130b51422da3491 (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 92e84a389e7cba0f988814d1e88f029c9dd4e1a4
Author: Ben Shum <bshum at biblio.org>
Date:   Wed Apr 30 02:02:49 2014 -0400

    LP#1314370: Enable dojo all the time in the catalog
    
    Because we rely on the dojo framework for the shelving location filter in the
    advanced search, we should choose to use dojo everywhere and not just when
    autosuggest, google books, or novelist are enabled.
    
    This is a quick change to toggle the flag for want_dojo to be set all the time.
    
    Signed-off-by: Ben Shum <bshum at biblio.org>
    Signed-off-by: Liam Whalen <liam.whalen at bc.libraries.coop>

diff --git a/Open-ILS/src/templates/opac/parts/header.tt2 b/Open-ILS/src/templates/opac/parts/header.tt2
index 7c9b95f..57c293c 100644
--- a/Open-ILS/src/templates/opac/parts/header.tt2
+++ b/Open-ILS/src/templates/opac/parts/header.tt2
@@ -90,10 +90,9 @@
         END;
     END;
 
-    # Whether we want Dojo or not may one day be a wholly distinct
-    # concern from whether we want autosuggest, so let's get used to
-    # defining that separately.
-    want_dojo = 0;
+    # Dojo is required to use the copy locations advanced search filter,
+    # therefore, it should always be enabled.
+    want_dojo = 1;
 
     use_autosuggest = ctx.get_cgf("opac.use_autosuggest");
 

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

Summary of changes:
 Open-ILS/src/templates/opac/parts/header.tt2 |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list