[open-ils-commits] [GIT] Evergreen ILS branch rel_2_6 updated. 753da91461d922ae217a042bd418d5b4da277858
Evergreen Git
git at git.evergreen-ils.org
Wed Aug 27 00:36:54 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, rel_2_6 has been updated
via 753da91461d922ae217a042bd418d5b4da277858 (commit)
from f354a0dad47f71d7450d90d8a69da883a33b7fce (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 753da91461d922ae217a042bd418d5b4da277858
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