Bugzilla – Attachment 135796 Details for
Bug 30923
OAuth2 implementation is not experimental
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30923: Remove EXPERIMENTAL mark on RESTOAuth2ClientCredentials
Bug-30923-Remove-EXPERIMENTAL-mark-on-RESTOAuth2Cl.patch (text/plain), 1.58 KB, created by
Nick Clemens (kidclamp)
on 2022-06-08 12:10:53 UTC
(
hide
)
Description:
Bug 30923: Remove EXPERIMENTAL mark on RESTOAuth2ClientCredentials
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2022-06-08 12:10:53 UTC
Size:
1.58 KB
patch
obsolete
>From 452104804101fe8e84877c67632d9ec788a5c103 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 7 Jun 2022 16:56:34 -0300 >Subject: [PATCH] Bug 30923: Remove EXPERIMENTAL mark on > RESTOAuth2ClientCredentials > >The feature is not experimental at all. > >To test: >1. Search for the RESTOAuth2ClientCredentials syspref >=> FAIL: It says it is an experimental feature >2. Apply this patch and reload >3. Repeat 1 >=> SUCCESS: No longer marked as experimental >4. Sign off :-D > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > .../prog/en/modules/admin/preferences/web_services.pref | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref >index 6aa786f42b..1fb5c99916 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/web_services.pref >@@ -22,7 +22,7 @@ Web services: > choices: > 1: Enable > 0: "Disable" >- - "the OAuth2 client credentials grant for the REST API. Requires Net::OAuth2::AuthorizationServer installed. [EXPERIMENTAL]" >+ - "the OAuth2 client credentials grant for the REST API. Requires Net::OAuth2::AuthorizationServer installed." > - > - pref: RESTPublicAnonymousRequests > choices: >-- >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 30923
:
135786
|
135787
| 135796