Bugzilla – Attachment 191404 Details for
Bug 39971
Patron attribute types form logic should be reusable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39971: (QA follow-up): Tidy fix
Bug-39971-QA-follow-up-Tidy-fix.patch (text/plain), 1.55 KB, created by
Pedro Amorim
on 2026-01-14 09:33:17 UTC
(
hide
)
Description:
Bug 39971: (QA follow-up): Tidy fix
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2026-01-14 09:33:17 UTC
Size:
1.55 KB
patch
obsolete
>From 613ba85d12812a9b38265f07d147e6abcc8e964f Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@openfifth.co.uk> >Date: Wed, 14 Jan 2026 09:32:25 +0000 >Subject: [PATCH] Bug 39971: (QA follow-up): Tidy fix > >--- > .../intranet-tmpl/prog/en/includes/member-attribute-types.inc | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/member-attribute-types.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/member-attribute-types.inc >index 6b309b20866..c1f7540fd0a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/member-attribute-types.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/member-attribute-types.inc >@@ -45,9 +45,7 @@ > class="flatpickr" > /> > [% 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 >- > >+ <textarea rows="2" cols="30" id="[% patron_attribute.form_id | html %]" name="[% patron_attribute.form_id | html %]" required="required">[% patron_attribute.value | html %]</textarea> > [% END %] > [% ELSE %] > [% IF patron_attribute.is_date %] >-- >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 39971
:
182739
|
182740
|
182741
|
182742
|
183087
|
183088
|
183089
|
183090
|
189077
|
189078
|
189079
|
189080
|
189125
|
189126
|
189127
|
189128
|
189129
|
189130
|
189131
|
189132
|
189133
|
189134
| 191404