From 0c0a97e0f0110064649633dcf33a39ef3b76133e Mon Sep 17 00:00:00 2001 From: David Nind Date: Mon, 23 Oct 2023 23:28:16 +0000 Subject: [PATCH] Bug 26831: (follow-up) Update system preference description Signed-off-by: David Nind Signed-off-by: Kyle M Hall --- .../prog/en/modules/admin/preferences/opac.pref | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 8d258ed7e25..402ff0c70f9 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 @@ -641,18 +641,18 @@ OPAC: 0: "Don't block" - expired patrons from OPAC actions such as placing a hold or renewing. Note that the setting for a patron category takes priority over this system preference. - - - The cleanup_database.pl cronjob will automatically delete unaccepted private list share invites after a period of + - The cleanup_database.pl cronjob automatically deletes unaccepted private list share invites after - pref: PurgeListShareInvitesOlderThan class: integer - "days." - - "

Example: [14] Sets purgation of unaccepted private list share invites for those older than 14 days.

" - - "

WARNING: Unaccepted private list shares will be purged by the following 3 options:" + - "

Example: [14] Deletes unaccepted private list share invites older than 14 days.

" + - "

WARNING: Unaccepted private list shares are deleted using these priorities:" - "

    " - - "
  • [First priority]: Use the --list-invites parameter when the cleanup_database.pl cronjob is run with a --list-invites parameter defining a number of days." - - "
  • [Second priority]: Use the PurgeListShareInvitesOlderThan syspref when it contains a value.
  • " - - "
  • [Third priority]: Use a default of 14 days when the cleanup_database.pl cronjob is run with a --list-invites parameter but no value AND the PurgeListShareInvitesOlderThan syspref is empty.
  • " + - "
  • First priority: Use the --list-invites parameter when the cleanup_database.pl cronjob is run with a --list-invites parameter defining a number of days." + - "
  • Second priority: Use the PurgeListShareInvitesOlderThan system preference when it contains a value.
  • " + - "
  • Third priority: Use a default of 14 days when the cleanup_database.pl cronjob is run with a --list-invites parameter but no value AND the PurgeListShareInvitesOlderThan system preference is empty.
  • " - "
" - - "
Note: This system preference requires the misc/cronjobs/cleanup_database.pl cronjob. Ask your system administrator to schedule it." + - "NOTE: This system preference requires the misc/cronjobs/cleanup_database.pl cronjob. Ask your system administrator to schedule it." - - pref: OpacTrustedCheckout default: 0 -- 2.30.2