Bugzilla – Attachment 168872 Details for
Bug 37340
EDIFACT messages should be sortable by 'details'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37340: Restore sorting on 'Details' column in edifactmsgs
Bug-37340-Restore-sorting-on-Details-column-in-edi.patch (text/plain), 1.32 KB, created by
Martin Renvoize (ashimema)
on 2024-07-12 09:24:59 UTC
(
hide
)
Description:
Bug 37340: Restore sorting on 'Details' column in edifactmsgs
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-07-12 09:24:59 UTC
Size:
1.32 KB
patch
obsolete
>From 7333dce30dabd8979b59d171207de1892a9b0e8c Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 12 Jul 2024 10:23:22 +0100 >Subject: [PATCH] Bug 37340: Restore sorting on 'Details' column in edifactmsgs > >This patch restores the sorting options on the 'Details' field in the >edifact messages page. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > >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 5a55f8f039f..ef645b78563 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/edifactmsgs.tt >@@ -122,9 +122,10 @@ > } > }, > { >+ "data": "type:basket_id", > "title": _("Details"), >- "searchable": false, >- "orderable": false, >+ "searchable": true, >+ "orderable": true, > "render": function(data, type, row, meta) { > let rendered = ''; > if ( row.type == 'QUOTE' || row.type == 'ORDERS' ) { >-- >2.45.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 37340
:
168872
|
168923
|
169464
|
169465
|
169471