Bugzilla – Attachment 177939 Details for
Bug 38984
DataTables's columnDefs cleanup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38984: Specific - tools/batch_extend_due_dates.tt
Bug-38984-Specific---toolsbatchextendduedatestt.patch (text/plain), 2.23 KB, created by
Jonathan Druart
on 2025-02-12 16:02:14 UTC
(
hide
)
Description:
Bug 38984: Specific - tools/batch_extend_due_dates.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-02-12 16:02:14 UTC
Size:
2.23 KB
patch
obsolete
>From 9bc25ad4368327141b29e65e2dcbc5c22c3a8816 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 28 Jan 2025 11:45:49 +0100 >Subject: [PATCH] Bug 38984: Specific - tools/batch_extend_due_dates.tt > >Why no sort on item type? Why no sort on #checkouts_result? >--- > .../en/modules/tools/batch_extend_due_dates.tt | 14 ++++---------- > 1 file changed, 4 insertions(+), 10 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt >index e4188a8edc8..2d2a12e6de5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt >@@ -167,10 +167,10 @@ > <table id="checkouts"> > <thead> > <tr> >- <th> </th> >+ <th class="NoSort"> </th> > <th>Due date</th> > <th>Title</th> >- <th>Item type</th> >+ <th class="NoSort">Item type</th> > <th>Home library</th> > <th>Checked out on</th> > <th>Checked out from</th> >@@ -268,20 +268,14 @@ > $("#selectall").click(); > > $("#checkouts").kohaTable({ >- columnDefs: [ >- { targets: [0, 3], orderable: false, searchable: false }, >- { targets: [1], type: "num-html" }, >- ], >+ columnDefs: [{ targets: [1], type: "num-html" }], > dom: "t", > order: [], > paginate: false, > }); > > $("#checkouts_result").kohaTable({ >- columnDefs: [ >- { targets: [0, 3], orderable: false, searchable: false }, >- { targets: [1], type: "num-html" }, >- ], >+ columnDefs: [{ targets: [1], type: "num-html" }], > dom: "t", > order: [], > paginate: false, >-- >2.34.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 38984
:
177253
|
177254
|
177255
|
177256
|
177257
|
177258
|
177259
|
177278
|
177279
|
177280
|
177281
|
177597
|
177598
|
177641
|
177642
|
177643
|
177644
|
177645
|
177646
|
177647
|
177648
|
177649
|
177651
|
177933
|
177934
|
177935
|
177936
|
177937
|
177938
|
177939
|
177940
|
177941
|
177942
|
179057
|
179058
|
179059
|
179060
|
179061
|
179062
|
179063
|
179064
|
179065
|
179066
|
180303
|
180356
|
180357
|
180358
|
180359
|
180360
|
180361
|
180362
|
180363
|
180364
|
180365
|
180366
|
181021
|
181022
|
181023
|
181024
|
181025
|
181026
|
181027
|
181028
|
181029
|
181030
|
181031