From 9ed870ec8bfdb3c92295ab955ef19f5de6ff780b Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi 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 Signed-off-by: David Nind --- .../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