Bugzilla – Attachment 75037 Details for
Bug 20612
Make OAuth2 use patron's client_id/secret pairs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20612: (QA follow-up) Fix typo in method POD
Bug-20612-QA-follow-up-Fix-typo-in-method-POD.patch (text/plain), 987 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2018-05-03 19:10:22 UTC
(
hide
)
Description:
Bug 20612: (QA follow-up) Fix typo in method POD
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2018-05-03 19:10:22 UTC
Size:
987 bytes
patch
obsolete
>From e98e7c4fb5d75fa8e3bbd777fb3b27be187639ab Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Thu, 3 May 2018 15:53:16 -0300 >Subject: [PATCH] Bug 20612: (QA follow-up) Fix typo in method POD > >As Martin correctly highlighted, the method name is not correctly >spelled in POD. This patch fixes it. > >To test: >- Look carefully >=> FAIL: Method name is _verify_client_cb but POD says _verify_client_db >- Apply this patch >- Look carefully >=> SUCCESS: Notice the POD is fixed! > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/OAuth.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/OAuth.pm b/Koha/OAuth.pm >index fb1f1e4d7f..3cce7a9672 100644 >--- a/Koha/OAuth.pm >+++ b/Koha/OAuth.pm >@@ -44,7 +44,7 @@ sub config { > }; > } > >-=head3 _verify_client_db >+=head3 _verify_client_cb > > A callback to verify if the client asking for authorization is known to the authorization server > and allowed to get authorization. >-- >2.17.0
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 20612
:
74473
|
74474
|
74475
|
74483
|
74484
|
74485
|
74497
|
74498
|
74499
|
74521
|
74522
|
74523
|
74531
|
74532
|
74533
|
74534
|
74550
|
74551
|
74552
|
75024
|
75034
|
75035
|
75036
| 75037