Bugzilla – Attachment 177281 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.13 KB, created by
Jonathan Druart
on 2025-01-28 15:19:39 UTC
(
hide
)
Description:
Bug 38984: Specific - tools/batch_extend_due_dates.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-01-28 15:19:39 UTC
Size:
2.13 KB
patch
obsolete
>From 3543d66b2ff1158d407d72c39ba81bdf2bae7c23 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? >--- > .../prog/en/modules/tools/batch_extend_due_dates.tt | 6 ++---- > 1 file changed, 2 insertions(+), 4 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 515dc44931b..184a06f0377 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 >@@ -168,10 +168,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> >@@ -280,7 +280,6 @@ > > $("#checkouts").kohaTable({ > columnDefs: [ >- { targets: [0, 3], orderable: false, searchable: false }, > { targets: [1], type: "num-html" }, > ], > dom: "t", >@@ -290,7 +289,6 @@ > > $("#checkouts_result").kohaTable({ > columnDefs: [ >- { targets: [0, 3], orderable: false, searchable: false }, > { targets: [1], type: "num-html" }, > ], > dom: "t", >-- >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