Bugzilla – Attachment 177598 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-02-06 20:15:44 UTC
(
hide
)
Description:
Bug 38984: Specific - tools/batch_extend_due_dates.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-02-06 20:15:44 UTC
Size:
2.13 KB
patch
obsolete
>From ba338373aa812b8a5240090540fd6f2d2df4252c 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 079c033c31a..6775494129c 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> >@@ -281,7 +281,6 @@ > > $("#checkouts").kohaTable({ > columnDefs: [ >- { targets: [0, 3], orderable: false, searchable: false }, > { targets: [1], type: "num-html" }, > ], > dom: "t", >@@ -291,7 +290,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