From 32c09ed588828060bb690a1ca85bf0a7b607a758 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 29 Apr 2016 16:52:26 +0100 Subject: [PATCH] [PASSED QA] Bug 16398: Keep the expanded view after clearing the search form MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On the advanced search form, the "Clear fields" button should pass expanded_options param to preserve the view we use. Test plan: - Click on more options - Fill some fields - Click on "Clear fields" => Without this patch you get the "fewer options" view => With this patch, you will keep the "more options" view Signed-off-by: Marc VĂ©ron Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt index eec5145..7df062f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt @@ -49,7 +49,7 @@ [% END %] -- 1.9.1