From 7a6cb9fda0efa8afe786f519d53fe8f80eb1cb60 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 13 Apr 2020 11:47:30 -0300 Subject: [PATCH] Bug 25045: (follow-up) Add a note to OpacPublic This patch tweaks the OpacPublic system preference description so users don't expect, incorrectly, this syspref to disable the public API anonymous access. Signed-off-by: Kyle M Hall Signed-off-by: Jonathan Druart Bug 25045: (QA follow-up) Fix note display on OpacPublic description Signed-off-by: Tomas Cohen Arazi Signed-off-by: Jonathan Druart --- .../intranet-tmpl/prog/en/modules/admin/preferences/opac.pref | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref index 44be2236d2..bdb940820d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref @@ -40,7 +40,8 @@ OPAC: choices: yes: Enable no: Disable - - "Koha OPAC as public. Private OPAC requires authentication before accessing the OPAC." + - "Koha OPAC as public. Private OPAC requires authentication before accessing the OPAC. " + - "Note: This doesn't affect the public API, see the RESTPublicAnonymousRequests to control the API." - - pref: HighlightOwnItemsOnOPAC choices: -- 2.20.1