Bugzilla – Attachment 169797 Details for
Bug 35239
Missing form field ids in batch patron modification template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35239: Missing form field ids in batch patron modification template
Bug-35239-Missing-form-field-ids-in-batch-patron-m.patch (text/plain), 1.61 KB, created by
David Nind
on 2024-07-28 00:09:06 UTC
(
hide
)
Description:
Bug 35239: Missing form field ids in batch patron modification template
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-07-28 00:09:06 UTC
Size:
1.61 KB
patch
obsolete
>From 20c46555d5b0d7dfe75bd97fe860ee21b45df828 Mon Sep 17 00:00:00 2001 >From: Catalyst Bug Squasher <koha-training@catalyst.net.nz> >Date: Thu, 25 Jul 2024 23:01:04 +0000 >Subject: [PATCH] Bug 35239: Missing form field ids in batch patron > modification template > >Test Plan >1. Tools > Batch patron modification >2. List valid card number in text box >3. [Continue] >4. Edit patrons form, click on input box label >5. Matching input box gets focus > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt >index 566b9e59ad..a1058b1c2c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt >@@ -366,7 +366,7 @@ > [% END %] > </label> > [% IF ( field.type == 'text' ) %] >- <input type="text" name="[% field.name | html %]" value="" /> >+ <input type="text" id="[%field.name | html %]" name="[% field.name | html %]" value="" /> > [% END %] > [% IF ( field.type == 'select' ) %] > [% IF field.option.size %] >-- >2.39.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 35239
:
169627
|
169774
|
169775
| 169797 |
169798