Bugzilla – Attachment 106615 Details for
Bug 25890
Checkouts table not sorting on check out date correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25890: Update sorting column for checkouts table
Bug-25890-Update-sorting-column-for-checkouts-tabl.patch (text/plain), 1.35 KB, created by
Katrin Fischer
on 2020-07-06 21:41:26 UTC
(
hide
)
Description:
Bug 25890: Update sorting column for checkouts table
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-07-06 21:41:26 UTC
Size:
1.35 KB
patch
obsolete
>From ef9b274efd7d4336c7aadddf2cc628a4c07f3c72 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 29 Jun 2020 11:04:59 +0000 >Subject: [PATCH] Bug 25890: Update sorting column for checkouts table > >Test plan: >- Check some items out, all from different libraries >- Modify the checkout and due dates, like: > 2018-10-22 > 2018-01-23 > 2018-05-27 >- Sort by checkout date, verify it is actually sorting on homebranch >- Apply patch >- Reload page >- Note you can now sort items correctly > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >index 1b9b4a213d..6e639bc533 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >@@ -377,7 +377,7 @@ $(document).ready(function() { > "bVisible": false, > }, > { >- "iDataSort": 9, // Sort on hidden unformatted issuedate column >+ "iDataSort": 10, // Sort on hidden unformatted issuedate column > "mDataProp": "issuedate_formatted", > }, > { >-- >2.11.0
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 25890
:
106389
|
106600
| 106615