https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38440
Bug ID: 38440
Summary: dt_button_clear_filter handling outside of
datatables.js not needed
Change sponsored?: ---
Product: Koha
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5 - low
Component: Architecture, internals, and plumbing
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Depends on: 36640
This looks wrong:
koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt:
$(".dt_button_clear_filter").addClass("disabled");
koha-tmpl/intranet-tmpl/prog/en/modules/admin/cash_registers.tt:
$(".dt_button_clear_filter").removeClass("disabled");
koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt:
$(".dt_button_clear_filter").addClass("disabled");
koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt:
$(".dt_button_clear_filter").removeClass("disabled");
koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt:
$(".dt_button_clear_filter").on("click", function(){
Referenced Bugs:
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36640
[Bug 36640] Upgrade DataTables from 1.13.6 to 2.x
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/