From ece9966f1a4ae8f7815287aa2d866b214f386f13 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 28 Nov 2023 19:27:49 +0000 Subject: [PATCH] Bug 35415: Rephrase: Some patrons have requested a privacy ... This patch revises the wording of the warning which is displayed on the 'About' page when the 'OPACPrivacy' system preference is enabled but the 'AnonymousPatron' preference is empty. The new phrasing is hopefully more clear. To test, apply the patch and go to Administration -> System preferences. - Search for 'AnonymousPatron' and enter a borrowernumber if necessary. - Log in to the OPAC and click the 'Privacy' tab in the left-hand sidebar of the user summary page. - Set your privacy rule to 'Never'. - Return to Admnistration -> Sytem preferences in the staff interface. - Search for 'OPACPrivacy' and set it to 'Allow'. - Clear the borrowernumber from the 'AnonymousPatron' preference. - Go to the 'About" page and open the 'System information' tab. - You should see an error message at the bottom: "Some patrons have requested privacy after their items are checked in, but the AnonymousPatron preference is not set correctly. Set it to a valid borrower number or checkins for these patrons will fail." Signed-off-by: Barbara Johnson --- koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index ab0422e79b..1db1f99a53 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -444,7 +444,7 @@ [% IF warnPrefAnonymousPatronOPACPrivacy_PatronDoesNotExist %] Error - Some patrons have requested a privacy on returning item, but the AnonymousPatron preference is not set correctly. Set it to a valid borrower number or checkins for these patrons will fail. + Some patrons have requested privacy after their items are checked in, but the AnonymousPatron preference is not set correctly. Set it to a valid borrower number or checkins for these patrons will fail. [% END %] [% IF warnPrefAnonymousPatronAnonSuggestions_PatronDoesNotExist %] -- 2.30.2