Bugzilla – Attachment 166314 Details for
Bug 35648
Allow sorting of patron categories in overdue notice/status triggers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35648: (follow-up) Remove sorting from transport columns
Bug-35648-follow-up-Remove-sorting-from-transport-.patch (text/plain), 1.71 KB, created by
Kyle M Hall (khall)
on 2024-05-07 16:40:11 UTC
(
hide
)
Description:
Bug 35648: (follow-up) Remove sorting from transport columns
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2024-05-07 16:40:11 UTC
Size:
1.71 KB
patch
obsolete
>From cd3f536817cadc53ad414655af4f6c2c04ff864a Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 3 May 2024 17:12:26 +0000 >Subject: [PATCH] Bug 35648: (follow-up) Remove sorting from transport columns > >There's not a simple way to handle sorting of a column containing only >checkboxes, so I think it makes sense to remove the sorting unless >someone feels strongly about it being necessary. > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt >index 7b9e57f8624..3852741d8dd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt >@@ -94,7 +94,7 @@ > [% FOREACH mtt IN message_transport_types %] > [% NEXT IF mtt == 'itiva' AND !Koha.Preference('TalkingTechItivaPhoneNotification') %] > [% NEXT IF mtt == 'phone' AND !Koha.Preference('PhoneNotification') %] >- <th scope="col"> >+ <th class="NoSort" scope="col"> > [% SWITCH mtt %] > [% CASE 'email' %]<span>Email</span> > [% CASE 'print' %]<span>[% tp('Message transport type', 'Print') | html %]</span> >-- >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 35648
:
160455
|
160495
|
160498
|
163702
|
166153
|
166312
|
166313
| 166314