Bugzilla – Attachment 152751 Details for
Bug 34133
ILL table should be sorted by request id descending by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34133: Set default sort on first column (ID) desc
Bug-34133-Set-default-sort-on-first-column-ID-desc.patch (text/plain), 840 bytes, created by
Pedro Amorim
on 2023-06-27 15:00:25 UTC
(
hide
)
Description:
Bug 34133: Set default sort on first column (ID) desc
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-06-27 15:00:25 UTC
Size:
840 bytes
patch
obsolete
>From 5a455cee9bf2a24401df0c0cc0aa01780fc1d6ab Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Tue, 27 Jun 2023 15:00:00 +0000 >Subject: [PATCH] Bug 34133: Set default sort on first column (ID) desc > >--- > koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js b/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js >index df0ca1cfcf..41b3184c92 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js >@@ -200,6 +200,7 @@ $(document).ready(function() { > 'id_prefix', > 'patron' > ], >+ "order": [[0, 'desc']], > "stateSave": true, // remember state on page reload > "columns": [ > { >-- >2.30.2
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 34133
:
152751
|
152848
|
152886
|
153541