Bugzilla – Attachment 166153 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.66 KB, created by
Owen Leonard
on 2024-05-03 17:15:21 UTC
(
hide
)
Description:
Bug 35648: (follow-up) Remove sorting from transport columns
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-05-03 17:15:21 UTC
Size:
1.66 KB
patch
obsolete
>From 763b114e68e97100e55805a559034f598f604ea8 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. >--- > 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 7b9e57f862..3852741d8d 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.39.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