[Koha-bugs] [Bug 14029] Provide link to clear reports search filters

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 29 15:55:55 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14029

Marc Véron <veron at veron.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |veron at veron.ch

--- Comment #2 from Marc Véron <veron at veron.ch> ---
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.


More information about the Koha-bugs mailing list