Bugzilla – Attachment 158392 Details for
Bug 35212
Correct mismatched label on identity provider entry form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35212: Correct mismatched label on identity provider entry form
Bug-35212-Correct-mismatched-label-on-identity-pro.patch (text/plain), 1.77 KB, created by
Katrin Fischer
on 2023-11-04 17:51:57 UTC
(
hide
)
Description:
Bug 35212: Correct mismatched label on identity provider entry form
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-11-04 17:51:57 UTC
Size:
1.77 KB
patch
obsolete
>From 10fb2339812ba85f280828b4140a6a24e97e3b2c Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 1 Nov 2023 10:21:41 +0000 >Subject: [PATCH] Bug 35212: Correct mismatched label on identity provider > entry form > >This patch corrects the identity provider form so that the label for the >"Allow staff" field has the correct "for" attribute. Currently it is a >duplicate of the one for the "Allow OPAC" field. > >To test, apply the patch and go to Administration -> Identity providers. > >- Click "New identity provider" >- Near the bottom of the form, look for the "Allow staff" field. >- Clicking the "Allow staff" label should activate the corresponding > dropdown. > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../intranet-tmpl/prog/en/modules/admin/identity_providers.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt >index 423d0be223..95c56756ce 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_providers.tt >@@ -199,7 +199,7 @@ > <div class="hint">Allow OPAC access to users from this domain to login with this identity provider.</div> > </li> > <li> >- <label for="allow_opac">Allow staff: </label> >+ <label for="allow_staff">Allow staff: </label> > <select name="allow_staff" id="allow_staff"> > <option value="1">Yes</option> > <option value="0" selected="selected">No</option> >-- >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 35212
:
158167
|
158228
| 158392