Bugzilla – Attachment 172121 Details for
Bug 27123
Add messages to batch patrons modification
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27123: (follow-up) Add note to warn about removing all messages
Bug-27123-follow-up-Add-note-to-warn-about-removin.patch (text/plain), 1.92 KB, created by
Kyle M Hall (khall)
on 2024-09-27 15:08:19 UTC
(
hide
)
Description:
Bug 27123: (follow-up) Add note to warn about removing all messages
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2024-09-27 15:08:19 UTC
Size:
1.92 KB
patch
obsolete
>From 8653d084cbafa95781faf92b881605a6ee75a7cc Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 26 Sep 2024 19:36:25 +0000 >Subject: [PATCH] Bug 27123: (follow-up) Add note to warn about removing all > messages > >This patch adds a note to the batch patron modification form in order to >warn the user about removing multiple messages at once. > >To test: > >- Apply the patch and go to Tools -> Batch patron modification >- Enter or select multiple patrons and submit them for modification >- On the page previewing the list patrons for modification, scroll down > to the form. >- Find the field for "Message" and confirm that there is a note next to > the checkbox. > >Signed-off-by: George Williams <george@nekls.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt >index 68b6ef6adee..3d9a9bd9770 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt >@@ -410,6 +410,9 @@ > <span class="required">Required fields cannot be cleared</span> > [% ELSE %] > <input type="checkbox" title="Check to delete this field" name="disable_input" value="[% field.name | html %]" /> >+ [% IF ( field.type == 'message_type' ) %] >+ <span class="hint">NOTE: Checking this box will remove ALL messages</span> >+ [% END %] > [% END %] > </li> > [% END %] >-- >2.39.5 (Apple Git-154)
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 27123
:
131015
|
131042
|
132923
|
132924
|
132925
|
132926
|
132927
|
134065
|
172012
|
172013
|
172053
|
172086
|
172087
|
172120
| 172121 |
172122