[Koha-bugs] [Bug 24561] Add a datatables API wrapper

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 18 11:13:06 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24561

--- Comment #21 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
+jQuery.fn.dataTable.ext.errMode = function(settings, note, message) {
+    console.warn(message);
+};


Has this been added on purpose or for debug?
This is a non advertised change, switched from alert to console.log. I don't
think we want that in production (better to display an alert to the end user to
help them to report the relevant issue).

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list