Bugzilla – Attachment 144180 Details for
Bug 32283
Capitalization: opac users of this domain to login with this identity provider
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32283: Correct capitalisation of opac > OPAC
Bug-32283-Correct-capitalisation-of-opac--OPAC.patch (text/plain), 2.12 KB, created by
David Nind
on 2022-11-22 23:43:07 UTC
(
hide
)
Description:
Bug 32283: Correct capitalisation of opac > OPAC
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-11-22 23:43:07 UTC
Size:
2.12 KB
patch
obsolete
>From a096a654b059b6d0442e61dce63ca54bddd16076 Mon Sep 17 00:00:00 2001 >From: Andrew Auld <andrew.auld@ptfs-europe.com> >Date: Tue, 22 Nov 2022 14:34:51 +0000 >Subject: [PATCH] Bug 32283: Correct capitalisation of opac > OPAC > >Test plan >Step 1: Navigate to admin>Identity Providers >Step 2: Add new domain >Step 3: For 'Allow opac' setting, verify that opac is lower case in both label and description >Step 4: Apply patch >Step 5: Navigate to admin>Identity Providers >Step 6: Add new domain >Step 7: For 'Allow OPAC' setting, verify that OPAC is upper case in both label and description > >Signed-off-by: David Nind <david@davidnind.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 c803404771..e350a71318 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 >@@ -248,7 +248,7 @@ > <div class="hint">Use this category for the patron on auto register</div> > </li> > <li> >- <label for="allow_opac">Allow opac: </label> >+ <label for="allow_opac">Allow OPAC: </label> > <select name="allow_opac" id="allow_opac"> > [% IF identity_provider_domain.allow_opac == "1" %] > <option value="1" selected="selected">Allow</option> >@@ -258,7 +258,7 @@ > <option value="0" selected="selected">Don't allow</option> > [% END %] > </select> >- <span>opac users of this domain to login with this identity provider</span> >+ <span>OPAC users of this domain to login with this identity provider</span> > </li> > <li> > <label for="allow_opac">Allow staff: </label> >-- >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 32283
:
144158
|
144180
|
144181
|
144182
|
144423
|
144424