Bugzilla – Attachment 11169 Details for
Bug 8431
Increase the borrower attribute field size from 64 characters to 255
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8431 [SIGNED-OFF][FOLLOW-UP] Increase the borrower attribute field size from 64 characters to 255
Bug-8431-FOLLOW-UP-Increase-the-borrower-attribute.patch (text/plain), 1.29 KB, created by
Jonathan Druart
on 2012-07-27 14:52:47 UTC
(
hide
)
Description:
Bug 8431 [SIGNED-OFF][FOLLOW-UP] Increase the borrower attribute field size from 64 characters to 255
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2012-07-27 14:52:47 UTC
Size:
1.29 KB
patch
obsolete
>From 409cd095d117c21c16c3d5e4c10af2bef93d7a2a Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 27 Jul 2012 09:01:40 -0400 >Subject: [PATCH] Bug 8431 [FOLLOW-UP] Increase the borrower attribute field > size from 64 characters to 255 > >This follow-up consolidates the JavaScript for clearing the >contents of a row of patron attributes while expanding it >to include all inputs, selects, and textareas within that row. > >Previously password-type fields would be excluded. > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > .../prog/en/modules/members/memberentrygen.tt | 3 +-- > 1 files changed, 1 insertions(+), 2 deletions(-) > >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 e160ea6..2a29fe3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -37,8 +37,7 @@ > > function clear_entry(node) { > var original = node.parentNode.parentNode; >- $("textarea", original).attr('value', ''); >- $("select", original).attr('value', ''); >+ $("input,select,textarea", original).attr('value', ''); > } > > function clone_entry(node) { >-- >1.7.7.3
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 8431
:
10799
|
11088
|
11097
|
11113
|
11114
|
11150
|
11166
|
11167
| 11169 |
12106