Bugzilla – Attachment 188089 Details for
Bug 39775
Serials claims table filters aren't working
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39775: [24.11] Restore filters
Bug-39775-2411-Restore-filters.patch (text/plain), 4.18 KB, created by
Baptiste Wojtkowski (bwoj)
on 2025-10-17 14:13:01 UTC
(
hide
)
Description:
Bug 39775: [24.11] Restore filters
Filename:
MIME Type:
Creator:
Baptiste Wojtkowski (bwoj)
Created:
2025-10-17 14:13:01 UTC
Size:
4.18 KB
patch
obsolete
>From 0a484fb14a272099cac461db6b9ef00d82f76830 Mon Sep 17 00:00:00 2001 >From: Baptiste <baptiste.wojtkowski@biblibre.com> >Date: Fri, 17 Oct 2025 15:50:20 +0200 >Subject: [PATCH] Bug 39775: [24.11] Restore filters > >--- > .../prog/en/modules/serials/claims.tt | 34 ++++--------------- > 1 file changed, 7 insertions(+), 27 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt >index f51cf57ea2c..b72706f64c2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt >@@ -130,7 +130,7 @@ > <table id="claimst"> > <thead> > <tr> >- <th><input type="checkbox" id="CheckAll"></th> >+ <th class="NoSort noExport"><input type="checkbox" id="CheckAll"></th> > <th>Vendor</th> > <th>Library</th> > <th class="anti-the">Title</th> >@@ -180,24 +180,6 @@ > </tr> > [% END # /FOREACH missingissue %] > </tbody> >- <tfoot> >- <tr> >- <td></td> >- <td><input type="text" class="filter" data-column_num="1" placeholder="Search vendor" /></td> >- <td><input type="text" class="filter" data-column_num="2" placeholder="Search library" /></td> >- <td><input type="text" class="filter" data-column_num="3" placeholder="Search title" /></td> >- <td><input type="text" class="filter" data-column_num="4" placeholder="Search ISSN" /></td> >- <td><input type="text" class="filter" data-column_num="5" placeholder="Search issue number" /></td> >- <td><input type="text" class="filter" data-column_num="6" placeholder="Search status" /></td> >- <td><input type="text" class="filter" data-column_num="7" placeholder="Search since" /></td> >- <td><input type="text" class="filter" data-column_num="8" placeholder="Search publication date" /></td> >- <td><input type="text" class="filter" data-column_num="9" placeholder="Search claim count" /></td> >- <td><input type="text" class="filter" data-column_num="10" placeholder="Search claim date" /></td> >- [% FOR field IN additional_fields_for_subscription %] >- <td><input type="text" class="filter" data-column_num="[% loop.count + 10 | html %]" placeholder="Search [% field.name | html %]" /></td> >- [% END %] >- </tr> >- </tfoot> > </table> <!-- /#claimst --> > > [% IF csv_profiles.count %] >@@ -242,17 +224,15 @@ > [% MACRO jsinclude BLOCK %] > [% INCLUDE 'calendar.inc' %] > [% INCLUDE 'datatables.inc' %] >+ [% INCLUDE 'columns_settings.inc' %] > <script> > var sTable; > $(document).ready(function() { >- sTable = $("#claimst").dataTable($.extend(true, {}, dataTablesDefaults, { >- "dom": 't', >- "columnDefs": [ >- { "targets": [ 0 ], "orderable": false, "searchable": false }, >- { "type": "anti-the", "targets": [ 'anti-the'] } >- ], >- "paginate": false >- })); >+ stable = KohaTable("claimst", { >+ pagingType: "full", >+ order: [[2, "asc"]], >+ }, null, true); >+ > $('#supplierid').change(function() { > $('#claims').submit(); > }); >-- >2.43.0
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 39775
:
181666
|
181668
|
181669
|
181990
|
181991
| 188089