Bugzilla – Attachment 177954 Details for
Bug 38957
EDIFACT messages table should sort by 'Transferred date' descending by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38957: edifactmsgs data table sorts on date
Bug-38957-edifactmsgs-data-table-sorts-on-date.patch (text/plain), 1.25 KB, created by
Lisette Scheer
on 2025-02-12 17:33:16 UTC
(
hide
)
Description:
Bug 38957: edifactmsgs data table sorts on date
Filename:
MIME Type:
Creator:
Lisette Scheer
Created:
2025-02-12 17:33:16 UTC
Size:
1.25 KB
patch
obsolete
>From 17aea855812b315a8ef3695493e1e1020c130137 Mon Sep 17 00:00:00 2001 >From: Jake Deery <jake.deery@ptfs-europe.com> >Date: Tue, 11 Feb 2025 15:26:46 +0000 >Subject: [PATCH] Bug 38957: edifactmsgs data table sorts on date > >This trivial patch addresses a missing order-by on >the edifact messages datatable since moving to API >based fetching > >TO TEST: > >a) Read in a load of EDIFact messages in k.t.d >b) Notice on the EDIFact messages table the order > is seemingly arbitrary >c) APPLY PATCH >d) Notice the sorting is now by transfer date, > descending > >Signed-off-by: Lisette Scheer <lisette@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt >index 0eb63dc71ca..142f51c8420 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt >@@ -71,6 +71,7 @@ > "vendor", > "basket" > ], >+ "order": [[ 1, "desc" ]], > "columns": [ > { > "data": "type", >-- >2.39.5
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 38957
:
177841
|
177954
|
178086