Bugzilla – Attachment 166309 Details for
Bug 36755
Increase length of 'code' column in borrower_attribute_types
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36755: Update UI input element
Bug-36755-Update-UI-input-element.patch (text/plain), 1.26 KB, created by
Kyle M Hall (khall)
on 2024-05-07 16:37:26 UTC
(
hide
)
Description:
Bug 36755: Update UI input element
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2024-05-07 16:37:26 UTC
Size:
1.26 KB
patch
obsolete
>From 5bb294a4c68d9e2f012a07c9afef8c4b0244bc28 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Thu, 2 May 2024 13:19:27 +0000 >Subject: [PATCH] Bug 36755: Update UI input element > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt >index 22c85bd1248..491a034c816 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt >@@ -97,7 +97,7 @@ > [% attribute_type.code |html %] > [% ELSE %] > <label for="code" class="required">Patron attribute type code: </label> >- <input type="text" id="code" name="code" required="required" class="required focus" size="10" maxlength="10" /> >+ <input type="text" id="code" name="code" required="required" class="required focus" maxlength="64" /> > <span class="required">Required</span> > [% END %] > </li> >-- >2.30.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 36755
:
166070
|
166071
|
166086
|
166087
|
166088
|
166309
|
166310
|
166311
|
166351
|
166352
|
166353