From e78caf0a71c2bd6fc33082d5bdb8848656a47082 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 29 Apr 2016 16:52:26 +0100 Subject: [PATCH] Bug 16398: Keep the expanded view after clearing the search form 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: Julian Maurice --- .../intranet-tmpl/prog/en/modules/catalogue/advsearch.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 6ca70fa593..6245a7cb04 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt @@ -91,7 +91,7 @@ [% ELSE %] [More options] [% END %] - [New search] + [New search] @@ -277,7 +277,7 @@ [% ELSE %] [More options] [% END %] - [New search] + [New search] -- 2.39.5