Bugzilla – Attachment 144420 Details for
Bug 32282
Capitalization: User id
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32282: Fixed capitalisation of ID in User ID
Bug-32282-Fixed-capitalisation-of-ID-in-User-ID.patch (text/plain), 1.63 KB, created by
Katrin Fischer
on 2022-12-04 13:06:36 UTC
(
hide
)
Description:
Bug 32282: Fixed capitalisation of ID in User ID
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-12-04 13:06:36 UTC
Size:
1.63 KB
patch
obsolete
>From f7b8da8432e1b5b5b64670e15f566b360abb95ae Mon Sep 17 00:00:00 2001 >From: Andrew Auld <andrew.auld@ptfs-europe.com> >Date: Tue, 22 Nov 2022 14:16:21 +0000 >Subject: [PATCH] Bug 32282: Fixed capitalisation of ID in User ID > >Test plan >Step 1: go to admin>identity providers >Step 2: click 'new identity provider' >Step 3: check map point drop-down >Step 4: verify that User id is written 'User id' >Step 5: apply patch >Step 6: repeat 1-3 >Step 7: verify that User ID is written 'User ID' > >Signed-off-by: Amit Gupta <amit.gupta@informaticsglobal.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 701d798145..30c78ff2f2 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 >@@ -154,7 +154,7 @@ > <label for="matchpoint">Matchpoint: </label> > <select name="matchpoint" id="matchpoint"> > <option value="email">Email</option> >- <option value="userid">User id</option> >+ <option value="userid">User ID</option> > <option value="cardnumber">Card number</option> > </select> > <div class="hint">Koha patron's field that will be used to match provider's user with Koha's</div> >-- >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 32282
:
144157
|
144163
| 144420