View | Details | Raw Unified | Return to bug 26831
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/opac.pref (-4 / +8 lines)
Lines 656-664 OPAC: Link Here
656
            - The cleanup_database.pl cronjob will automatically delete unaccepted private list share invites after a period of
656
            - The cleanup_database.pl cronjob will automatically delete unaccepted private list share invites after a period of
657
            - pref: PurgeListShareInvitesOlderThan
657
            - pref: PurgeListShareInvitesOlderThan
658
              class: integer
658
              class: integer
659
            - "days. Example: [14] Sets purgation of unaccepted private list share invites for those older than 14 days."
659
            - "days."
660
            - "<br><strong>WARNING</strong>: This system preference will be overridden when the cleanup_database.pl cronjob is run with the --list-invites parameter."
660
            - "<p>Example: [14] Sets purgation of unaccepted private list share invites for those older than 14 days.</p>"
661
            - "<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."
661
            - "<p><strong>WARNING</strong>: Unaccepted private list shares will be purged by the following 3 options:"
662
            - "<ul>"
663
            - "<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."
664
            - "<li>[Second priority]: Use the PurgeListShareInvitesOlderThan syspref when it contains a value.</li>"
665
            - "<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>"
666
            - "</ul>"
662
            - "<br><strong>Note:</strong> This system preference requires the <i>misc/cronjobs/cleanup_database.pl</i> cronjob. Ask your system administrator to schedule it."
667
            - "<br><strong>Note:</strong> This system preference requires the <i>misc/cronjobs/cleanup_database.pl</i> cronjob. Ask your system administrator to schedule it."
663
        -
668
        -
664
            - pref: OpacTrustedCheckout
669
            - pref: OpacTrustedCheckout
665
- 

Return to bug 26831