[open-ils-commits] [GIT] Evergreen ILS branch rel_2_12 updated. 7d09559f3e9c1d67b134cc6a2cb31d9327385589
Evergreen Git
git at git.evergreen-ils.org
Wed Jun 21 10:46:23 EDT 2017
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_12 has been updated
via 7d09559f3e9c1d67b134cc6a2cb31d9327385589 (commit)
from 606f8e897a4af58e29f043c6dbe5409bd224f9b7 (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 7d09559f3e9c1d67b134cc6a2cb31d9327385589
Author: Jeff Davis <jdavis at sitka.bclibraries.ca>
Date: Mon Apr 3 14:21:33 2017 -0700
LP#1679309: Don't persist advanced search format filters in searchbar
Signed-off-by: Jeff Davis <jdavis at sitka.bclibraries.ca>
Signed-off-by: Kathy Lussier <klussier at masslnc.org>
diff --git a/Open-ILS/src/templates/opac/parts/searchbar.tt2 b/Open-ILS/src/templates/opac/parts/searchbar.tt2
index 587f485..1b24159 100644
--- a/Open-ILS/src/templates/opac/parts/searchbar.tt2
+++ b/Open-ILS/src/templates/opac/parts/searchbar.tt2
@@ -123,6 +123,7 @@ END;
[% IF is_advanced;
FOR p IN CGI.params.keys;
NEXT UNLESS p.match('^fi:');
+ NEXT IF p.match('^fi:search_format');
FOR pv IN CGI.params.$p;
%]<input type="hidden" name="[% p | html %]" value="[% pv | html %]" />[%
END;
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/templates/opac/parts/searchbar.tt2 | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list