Bug 14008: Display active filters when searching for reports
authorJonathan Druart <jonathan.druart@biblibre.com>
Fri, 17 Apr 2015 13:24:36 +0000 (15:24 +0200)
committerChris Cormack <chrisc@catalyst.net.nz>
Mon, 11 May 2015 22:09:48 +0000 (10:09 +1200)
commit51936eb07926864a8ec2a8636215c90297accc54
tree9d05632e6cb8067299c650003bd31cc8afc73d6c
parentc600d875b5aa19964f50cd3e96f9030661d3ca54
Bug 14008: Display active filters when searching for reports

On the saved report list, the filters on the left are not displayed.
It means that some can be set, but the user has not visible feedbacks.

How filters work here:
If a user set a filter, it is saved in the session. Next time he will
come on this search, the previous values will be kept.

This patch just displayed the filter's values in the input fields.

Test plan:
Search for reports by date, author and keyword.
The filters should be displayed after you have clicked on the submit
button ("Apply filter").

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit b05cbc415d2461a3909db593b9b12d5cc506e35d)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt
reports/guided_reports.pl