Bugzilla – Attachment 187228 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
0001-Bug-40917-Remove-extraneous-whitespace.patch (text/plain), 1.75 KB, created by
Emmi Takkinen
on 2025-10-02 05:09:20 UTC
(
hide
)
Description:
Bug 40917: Remove extraneous whitespace
Filename:
MIME Type:
Creator:
Emmi Takkinen
Created:
2025-10-02 05:09:20 UTC
Size:
1.75 KB
patch
obsolete
>From f80c5277e9a6e3c4848057f5eb40afc11e7b44f1 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. > >Signed-off-by: CJ Lynce <cj.lynce@westlakelibrary.org> >Signed-off-by: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> >--- > .../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 fc6f59d4fb..6a296dd8ff 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.34.1 >
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