http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14029
Marc Véron <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Marc Véron <[email protected]> --- Hi Katrin, After clearing the search form I would expect that the form reloads and shows all entries. That's why I propose to the following change to add a submit to the reset function: $("#resetReportsFilter").click(function(e) { e.preventDefault(); $("form[name='ReportsFilter']").find("input[type=text]").val(""); $("form[name='ReportsFilter']").submit(); }); What do you think about? Marc -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
