From 49a2d74c94821aa02c44a4613bfd98dce62c98b9 Mon Sep 17 00:00:00 2001 From: Jake Deery Date: Thu, 31 Oct 2024 14:24:06 +0000 Subject: [PATCH] Bug 38313: Remove confusing string from RESTOAuth2ClientCredentials This patch removes a once necessary and now confusing warning from the RESTOAuth2ClientCredentials syspref. TO TEST: a) Notice how the RESTOAuth2ClientCredentials syspref references installing Net::OAuth2::AuthorizationServer, even though this module is in the cpanfile and koha-perldeps and has been since 22.11 b) APPLY PATCH c) Notice how the message is now gone --- .../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 5ca5711998..fec3d0234b 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." + - "the OAuth2 client credentials grant for the REST API." - - pref: RESTPublicAnonymousRequests choices: -- 2.39.5 (Apple Git-154)