Bugzilla – Attachment 173235 Details for
Bug 38243
Datatable's header_filter is unused
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38243: Remove options.query_parameters
Bug-38243-Remove-optionsqueryparameters.patch (text/plain), 1.91 KB, created by
David Nind
on 2024-10-23 18:18:18 UTC
(
hide
)
Description:
Bug 38243: Remove options.query_parameters
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-10-23 18:18:18 UTC
Size:
1.91 KB
patch
obsolete
>From da09d5380150132d2d0e19ec3737685b5ad52470 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 23 Oct 2024 16:51:00 +0200 >Subject: [PATCH] Bug 38243: Remove options.query_parameters > >This is never passed: `git grep query_parameters` > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/js/datatables.js | 1 - > koha-tmpl/opac-tmpl/bootstrap/js/datatables.js | 3 --- > 2 files changed, 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/datatables.js b/koha-tmpl/intranet-tmpl/prog/js/datatables.js >index 5cc41bdee9..c3ab12e3a2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/datatables.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/datatables.js >@@ -627,7 +627,6 @@ function _dt_default_ajax (params){ > query_parameters = JSON.stringify(query_parameters.length === 1?query_parameters[0]:{"-and": query_parameters}); > dataSet.q = query_parameters; > } >- delete options.query_parameters; > > dataSet._match = options.criteria; > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/js/datatables.js b/koha-tmpl/opac-tmpl/bootstrap/js/datatables.js >index 64d201861c..d7dc7aec38 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/js/datatables.js >+++ b/koha-tmpl/opac-tmpl/bootstrap/js/datatables.js >@@ -180,9 +180,6 @@ $.fn.dataTable.ext.buttons.clearFilter = { > if(query_parameters.length) { > query_parameters = JSON.stringify(query_parameters.length === 1?query_parameters[0]:query_parameters); > dataSet.q = query_parameters; >- delete options.query_parameters; >- } else { >- delete options.query_parameters; > } > > dataSet._match = options.criteria; >-- >2.39.5
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 38243
:
173221
|
173222
|
173234
|
173235
|
173513
|
173514