Bugzilla – Attachment 179122 Details for
Bug 39081
Fix date and title sorting on batch extend due dates page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39081: Fix order by due dates
Bug-39081-Fix-order-by-due-dates.patch (text/plain), 1.15 KB, created by
Jonathan Druart
on 2025-03-10 15:12:28 UTC
(
hide
)
Description:
Bug 39081: Fix order by due dates
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-03-10 15:12:28 UTC
Size:
1.15 KB
patch
obsolete
>From 17aece528c675f3b8c5b8017314589ec3bc6c609 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 10 Mar 2025 16:05:55 +0100 >Subject: [PATCH] Bug 39081: Fix order by due dates > >--- > .../prog/en/modules/tools/batch_extend_due_dates.tt | 5 +---- > 1 file changed, 1 insertion(+), 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 499bbd92d55..3be0c7c6e93 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 >@@ -268,10 +268,7 @@ > $("#selectall").click(); > > $("#checkouts").kohaTable({ >- columnDefs: [ >- { targets: [0, 3], orderable: false, searchable: false }, >- { targets: [1], type: "num-html" }, >- ], >+ columnDefs: [{ targets: [0, 3], orderable: false, searchable: false }], > 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 39081
:
177709
|
177947
|
179122
|
179123
|
179124
|
180192
|
180193
|
180194
|
180195
|
180845
|
180846
|
180847
|
180848
|
180960
|
181253
|
181254
|
181255
|
181256
|
181257