Bugzilla – Attachment 187138 Details for
Bug 40917
Required patron attributes show with extra whitespace in the textarea
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40917: Remove extraneous whitespace
Bug-40917-Remove-extraneous-whitespace.patch (text/plain), 1.64 KB, created by
Lucas Gass (lukeg)
on 2025-09-30 20:44:24 UTC
(
hide
)
Description:
Bug 40917: Remove extraneous whitespace
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-09-30 20:44:24 UTC
Size:
1.64 KB
patch
obsolete
>From 8af5199798acc6bef4515fccf2a5719ed06f4f13 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 30 Sep 2025 20:43:04 +0000 >Subject: [PATCH] Bug 40917: Remove extraneous whitespace > >To test: >1. Add an required patron attribute >2. Go to the patron form ( memberentrygen.tt ) >3. Look at the textarea for the required attribute >4. There is unwanted whitespace characters in the textarea >5. APPLY PATCH >6. Try again, the whitespace should be gone. >--- > .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >index fc6f59d4fb8..6a296dd8ff8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -1552,7 +1552,7 @@ > /> > [% ELSE %] > <textarea rows="2" cols="30" id="[% patron_attribute.form_id | html %]" name="[% patron_attribute.form_id | html %]" required="required"> >- [% patron_attribute.value | html %]</textarea >+[% patron_attribute.value | html %]</textarea > > > [% END %] > [% ELSE %] >-- >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 40917
:
187138
|
187225
|
187228
|
187455