Bugzilla – Attachment 144703 Details for
Bug 32378
Incorrect label for in identity provider domains
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32378: Correction to allow_staff form field label
Bug-32378-Correction-to-allowstaff-form-field-labe.patch (text/plain), 1.96 KB, created by
Kyle M Hall (khall)
on 2022-12-16 18:59:52 UTC
(
hide
)
Description:
Bug 32378: Correction to allow_staff form field label
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2022-12-16 18:59:52 UTC
Size:
1.96 KB
patch
obsolete
>From f1e4cdfb150004ea469fee73f9b3df419ca67c15 Mon Sep 17 00:00:00 2001 >From: Andrew Auld <andrew.auld@ptfs-europe.com> >Date: Wed, 30 Nov 2022 11:37:40 +0000 >Subject: [PATCH] Bug 32378: Correction to allow_staff form field label > >The forms for attributes were mis-copied. This corrects that mistake. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../prog/en/modules/admin/identity_provider_domains.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_provider_domains.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_provider_domains.tt >index 2378244875..4ca4767461 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_provider_domains.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/identity_provider_domains.tt >@@ -155,7 +155,7 @@ > <span>OPAC users from this domain to login with this identity provider.</span> > </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">Allow</option> > <option value="0" selected="selected">Don't allow</option> >@@ -261,7 +261,7 @@ > <span>OPAC users of this domain to login with this identity provider</span> > </li> > <li> >- <label for="allow_opac">Allow staff: </label> >+ <label for="allow_staff">Allow staff: </label> > <select name="allow_staff" id="allow_staff"> > [% IF identity_provider_domain.allow_staff == "1" %] > <option value="1" selected="selected">Allow</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 32378
:
144345
| 144703