Bugzilla – Attachment 143347 Details for
Bug 32016
Fix 'clear filter' button behavior on datatable saving their state
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32016: Remove debug console.log
Bug-32016-Remove-debug-consolelog.patch (text/plain), 976 bytes, created by
Thibaud Guillot (thibaud_g)
on 2022-11-07 08:58:07 UTC
(
hide
)
Description:
Bug 32016: Remove debug console.log
Filename:
MIME Type:
Creator:
Thibaud Guillot (thibaud_g)
Created:
2022-11-07 08:58:07 UTC
Size:
976 bytes
patch
obsolete
>From f28a8216e6e4fd60d7bba2c5c62440182790650a Mon Sep 17 00:00:00 2001 >From: Thibaud Guillot <thibaud.guillot@biblibre.com> >Date: Mon, 7 Nov 2022 09:56:38 +0100 >Subject: [PATCH] Bug 32016: Remove debug console.log > >--- > koha-tmpl/intranet-tmpl/prog/js/datatables.js | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/datatables.js b/koha-tmpl/intranet-tmpl/prog/js/datatables.js >index 1955ff8a63..183b04b927 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/datatables.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/datatables.js >@@ -852,7 +852,6 @@ jQuery.fn.dataTable.ext.errMode = function(settings, note, message) { > > if ( add_filters ) { > var table_dt = table.DataTable(); >- // table_dt.on('search', console.log); > $(this).find('thead tr:eq(1) th').each( function (i) { > var is_searchable = table_dt.settings()[0].aoColumns[i].bSearchable; > if ( is_searchable ) { >-- >2.25.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 32016
:
142713
|
142797
|
142977
| 143347