Bugzilla – Attachment 188978 Details for
Bug 41172
Checkouts table does not have the sort icon indicator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41172: Same for the other occurrence
Bug-41172-Same-for-the-other-occurrence.patch (text/plain), 1.48 KB, created by
Jonathan Druart
on 2025-11-03 15:19:47 UTC
(
hide
)
Description:
Bug 41172: Same for the other occurrence
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-11-03 15:19:47 UTC
Size:
1.48 KB
patch
obsolete
>From 1f2db1bb5261c721c78762865286beec84573753 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 3 Nov 2025 16:19:27 +0100 >Subject: [PATCH] Bug 41172: Same for the other occurrence > >--- > koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 15 ++++++++++----- > 1 file changed, 10 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >index e322f6688df..ff2836683a0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >@@ -285,11 +285,16 @@ function LoadIssuesTable() { > visible: false, > }, > { >- orderData: 10, // Sort on hidden unformatted issuedate column >- data: function (oObj) { >- return $datetime(oObj.issuedate, { >- no_tz_adjust: true, >- }); >+ data: { >+ _: function (row, type, set, meta) { >+ let oObj = row; >+ return $datetime(oObj.issuedate, { >+ no_tz_adjust: true, >+ }); >+ }, >+ _: function (row, type, set, meta) { >+ return row.issuedate; >+ }, > }, > }, > { >-- >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 41172
:
188977
| 188978