Reported:
2020-10-26 22:57 UTC by Alex Buckley
Modified:
2024-07-23 20:53 UTC
(History )
CC List:
8
users
(show )
caroline.cyr-la-rose
david
fridolin.somers
kyle
lucas
magnus
martin.renvoize
robin
See Also:
Patch complexity:
---
Documentation contact:
Caroline Cyr La Rose
Documentation submission:
https://gitlab.com/koha-community/koha-manual/-/merge_requests/929
Text to go in the release notes:
The new `PurgeListShareInvitesOlderThan` system preference enables librarians to control when unaccepted private list share invites are removed from the database.
Unaccepted private list share invites will now be removed based on the following prioritised options:
- Priority 1. Use DAYS value when the cleanup_database.pl cronjob is run with a --list-invites DAYS parameter specified.
- Priority 2. Use the PurgeListShareInvitesOlderThan system preference value.
- Priority 3. Use a default of 14 days, if the cleanup_database.pl cronjob is run with a --list-invites parameter missing the DAYS value, AND the PurgeListShareInvitesOlderThan system preference is empty.
- Priority 4. Don't remove any unaccepted private list share invites if the cleanup_database.pl cronjob is run without the --list-invites parameter and the PurgeListShareInvitesOlderThan syspref is empty.
Version(s) released in:
24.05.00,23.11.03
Circulation function: