Bugzilla – Attachment 178086 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.34 KB, created by
Marcel de Rooy
on 2025-02-14 08:46:35 UTC
(
hide
)
Description:
Bug 38957: edifactmsgs data table sorts on date
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2025-02-14 08:46:35 UTC
Size:
1.34 KB
patch
obsolete
>From 1e4c24d07aeb317883714c5f6f56d05c56a4560e 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 >Content-Type: text/plain; charset=utf-8 > >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> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > 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 0eb63dc71c..142f51c842 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