Bugzilla – Attachment 168141 Details for
Bug 35232
Misspelled ID breaks label on patron lists form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35232: Fix typo on list.tt
Bug-35232-Fix-typo-on-listtt.patch (text/plain), 1.57 KB, created by
Lucas Gass (lukeg)
on 2024-06-26 13:08:12 UTC
(
hide
)
Description:
Bug 35232: Fix typo on list.tt
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-06-26 13:08:12 UTC
Size:
1.57 KB
patch
obsolete
>From 3a9f214614ca72188b5ee30991a0551c72bf0383 Mon Sep 17 00:00:00 2001 >From: Eric Garcia <cubingguy714@gmail.com> >Date: Tue, 25 Jun 2024 15:43:55 +0000 >Subject: [PATCH] Bug 35232: Fix typo on list.tt > >1. Go to Patron lists and add patrons to a list. >2. Click the "Add multiple patrons" link >3. Clicking the "Borrowernumbers" label doesn't trigger the corresponding radio button >4. Apply patch >5. Attempt steps 1-3 >6. Sign off :) > >Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org> >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt >index 8e3b25d3b5..b1c25bb0fa 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt >@@ -124,7 +124,7 @@ > <span class="add_by_cardnumbers">Cardnumbers</span> > </label> > <label class="id_choice" for="add_by_borrowernumbers"> >- <input id="add_by_borrwernumbers" type="radio" name="id_column" value="borrowernumbers"> >+ <input id="add_by_borrowernumbers" type="radio" name="id_column" value="borrowernumbers"> > <span class="add_by_borrowernumbers">Borrowernumbers</span> > </label> > </li> >-- >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 35232
:
168085
|
168118
| 168141