Bugzilla – Attachment 174323 Details for
Bug 30699
Fix various HTML validity errors in staff interface templates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30699: (follow-up) Update to fix selenium test
Bug-30699-follow-up-Update-to-fix-selenium-test.patch (text/plain), 1.37 KB, created by
Owen Leonard
on 2024-11-11 13:04:19 UTC
(
hide
)
Description:
Bug 30699: (follow-up) Update to fix selenium test
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-11-11 13:04:19 UTC
Size:
1.37 KB
patch
obsolete
>From 6c40f9c153d664b9e78737e09a4626bd0d74194b Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 11 Nov 2024 12:53:20 +0000 >Subject: [PATCH] Bug 30699: (follow-up) Update to fix selenium test > >Changing an <a> to a <button> breaks test, and changing *all* the >a#updatechild's to <button>s also breaks the test, so the simple >solution is to change the <button> back to <a>. >--- > koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc >index 4cb8d77c00..7ffde08165 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc >@@ -129,7 +129,7 @@ > </li> > [% ELSE %] > <li data-bs-toggle="tooltip" data-bs-placement="left" title="Patron is an adult"> >- <button class="dropdown-item disabled" aria-disabled="true" id="updatechild">Update child to adult patron</button> >+ <a href="#" class="dropdown-item disabled" aria-disabled="true" id="updatechild">Update child to adult patron</a> > </li> > [% END %] > [% END %] >-- >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 30699
:
170923
|
172679
|
174064
| 174323