From f01f4eb7415d35ec45b369e64326f77e627c39f0 Mon Sep 17 00:00:00 2001 From: Alex Buckley Date: Mon, 19 Sep 2022 00:39:13 +0000 Subject: [PATCH] Bug 26831: Attempting to clarify prioritising of options Sponsored-by: Catalyst IT, New Zealand Signed-off-by: David Nind Signed-off-by: Kyle M Hall --- .../prog/en/modules/admin/preferences/opac.pref | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 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 6bb0b5b1b08..8d258ed7e25 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 @@ -644,9 +644,14 @@ OPAC: - The cleanup_database.pl cronjob will automatically delete unaccepted private list share invites after a period of - pref: PurgeListShareInvitesOlderThan class: integer - - "days. Example: [14] Sets purgation of unaccepted private list share invites for those older than 14 days." - - "
WARNING: This system preference will be overridden when the cleanup_database.pl cronjob is run with the --list-invites parameter." - - "
If neither the --list-invites parameter or this system preference are set then the cronjob will not delete any unaccepted private list share invites." + - "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:" + - "

    " + - "
  • [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.
  • " + - "
" - "
Note: This system preference requires the misc/cronjobs/cleanup_database.pl cronjob. Ask your system administrator to schedule it." - - pref: OpacTrustedCheckout -- 2.30.2