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)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 22 Apr 2015 19:29:42 +0000 (16:29 -0300)
commitb05cbc415d2461a3909db593b9b12d5cc506e35d
tree83a336fffaaacee746b584faa635503ce1871b54
parent9d025e65a823689fb1a9b8a2c182877e4234a533
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>
koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt
reports/guided_reports.pl