From f6762178a95f52eee63e30a1fe72d363f210a5a3 Mon Sep 17 00:00:00 2001
From: Tomas Cohen Arazi <tomascohen@theke.io>
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.
---
.../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 c705a288c3..2ca23e99a9 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 <code>RESTPublicAnonymousRequests</code> to control the API.
-
- pref: HighlightOwnItemsOnOPAC
choices:
--
2.26.0