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

Evergreen Git git at git.evergreen-ils.org
Wed Jun 21 10:45:18 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, master has been updated
       via  c8b279f580b98ffc5bf5f56fb94b26e0de14ae12 (commit)
      from  eeaaa73d7b896c38d63aa111a1fdd708c1831a62 (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 c8b279f580b98ffc5bf5f56fb94b26e0de14ae12
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