Summary: | Document conflict with delete_patrons.pl --not_borrowed_since and anonymization | ||
---|---|---|---|
Product: | Koha | Reporter: | Magnus Enger <magnus> |
Component: | Command-line Utilities | Assignee: | Magnus Enger <magnus> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | caroline.cyr-la-rose, david, lucas, robin |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Caroline Cyr La Rose | Documentation submission: | https://gitlab.com/koha-community/koha-manual/-/merge_requests/678 |
Text to go in the release notes: | Version(s) released in: |
22.11.00
|
|
Circulation function: | |||
Attachments: |
Bug 31854: Document --not_borrowed_since and anonymization
Bug 31854: Document --not_borrowed_since and anonymization Bug 31854: Document --not_borrowed_since and anonymization Bug 31854: (QA follow-up) Terminology: loans > checkouts |
Description
Magnus Enger
2022-10-18 12:20:37 UTC
There could be more reasons for anonymization than borrowers.privacy = 2. Also: - borrowers.privacy = 1 + misc/cronjobs/batch_anonymise.pl - patrons choosing to anonymize their history in the OPAC Created attachment 142055 [details] [review] Bug 31854: Document --not_borrowed_since and anonymization To test: - Run "perldoc misc/cronjobs/delete_patrons.pl" - Note the absence of information about the potential conflict between --not_borrowed_since and anonymization - Apply this patch - Re-run the perldoc command and make sure the note about anonymization make sense Created attachment 142849 [details] [review] Bug 31854: Document --not_borrowed_since and anonymization To test: - Run "perldoc misc/cronjobs/delete_patrons.pl" - Note the absence of information about the potential conflict between --not_borrowed_since and anonymization - Apply this patch - Re-run the perldoc command and make sure the note about anonymization make sense Signed-off-by: David Nind <david@davidnind.com> Updated the assignee... Created attachment 143027 [details] [review] Bug 31854: Document --not_borrowed_since and anonymization To test: - Run "perldoc misc/cronjobs/delete_patrons.pl" - Note the absence of information about the potential conflict between --not_borrowed_since and anonymization - Apply this patch - Re-run the perldoc command and make sure the note about anonymization make sense Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Created attachment 143028 [details] [review] Bug 31854: (QA follow-up) Terminology: loans > checkouts Pushed to master for 22.11. Nice work everyone, thanks! |