]> git.koha-community.org Git - koha.git/commit
Bug 38243: Remove DT's header_filter custom param
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 23 Oct 2024 14:49:27 +0000 (16:49 +0200)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Tue, 29 Oct 2024 15:14:40 +0000 (16:14 +0100)
commit130e06266cf924808f3dd334ecb4ddd5eae08830
tree9a0ff5436053ff10dab2280a0decb3be2e347c45
parent6a006258701fb80cbdacdd3b5b8c8a4c5e7451cf
Bug 38243: Remove DT's header_filter custom param

It seems to be a leftover from bug 32401, the code does not make sense:

 569                 if(options.header_filter) {
 570                     options.query_parameters = query_parameters;
 571                 } else {
 572                     dataSet.q = query_parameters;
 573                     delete options.query_parameters;
 574                 }

Then options.query_parameters is never used.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt
koha-tmpl/intranet-tmpl/prog/js/datatables.js