Bugzilla – Attachment 140749 Details for
Bug 26831
Enable librarians to control when unaccepted private list share invites are removed by the cleanup_database.pl cronjob
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26831: Attempting to clarify priotising of options
Bug-26831-Attempting-to-clarify-priotising-of-opti.patch (text/plain), 2.42 KB, created by
Alex Buckley
on 2022-09-19 00:43:59 UTC
(
hide
)
Description:
Bug 26831: Attempting to clarify priotising of options
Filename:
MIME Type:
Creator:
Alex Buckley
Created:
2022-09-19 00:43:59 UTC
Size:
2.42 KB
patch
obsolete
>From 28395ce7e2775888c7a6470bab9430323fce3b9c Mon Sep 17 00:00:00 2001 >From: Alex Buckley <alexbuckley@catalyst.net.nz> >Date: Mon, 19 Sep 2022 00:39:13 +0000 >Subject: [PATCH] Bug 26831: Attempting to clarify priotising of options > >Sponsored-by: Catalyst IT, New Zealand >--- > .../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 83c2e874351..ff890e50fea 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 >@@ -664,9 +664,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." >- - "<br><strong>WARNING</strong>: This system preference will be overridden when the cleanup_database.pl cronjob is run with the --list-invites parameter." >- - "<br>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." >+ - "<p>Example: [14] Sets purgation of unaccepted private list share invites for those older than 14 days.</p>" >+ - "<p><strong>WARNING</strong>: Unaccepted private list shares will be purged by the following 3 options:" >+ - "<ul>" >+ - "<li>[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." >+ - "<li>[Second priority]: Use the PurgeListShareInvitesOlderThan syspref when it contains a value.</li>" >+ - "<li>[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.</li>" >+ - "</ul>" > - "<br><strong>Note:</strong> This system preference requires the <i>misc/cronjobs/cleanup_database.pl</i> cronjob. Ask your system administrator to schedule it." > - > - Limit patrons to >-- >2.20.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 26831
:
112634
|
140747
|
140748
|
140749
|
140750
|
140751
|
140752
|
157684
|
157685
|
157686
|
157711
|
157712
|
157713
|
157714
|
159097
|
159098
|
159099
|
159100
|
159101
|
159102