[Koha-bugs] [Bug 23260] Anonymize (remove) patron data from items_last_borrower

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 30 04:35:08 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23260

--- Comment #8 from Agustín Moyano <agustinmoyano at theke.io> ---
Created attachment 94859
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=94859&action=edit
Bug 23260: Add anonymize items_last_borrower feature

This patch adds the feature to anonymize patrons from items_last_borrower
table. This code is run from batch_anonymize script, which is triggered from a
cron job.

To test:
1) apply this patch and the previous one
2) perl installer/data/mysql/updatedatabase.pl
3) set StoreLastBorrower preference to Allow.
4) Create a Check out followed by a Check in.
CHECK => a row should appear in items_last_borrower table with the borrower and
the item number.
5) In mysql, update created_on date to one day earlier.
6) set AnonymousPatron preference to a valid patron id
7) perl misc/cronjobs/batch_anonymise.pl
SUCCESS => borrower number in items_last_borrower changed to AnonymousPatron id
8) repeat steps 4 and 5
9) set AnonymousPatron preference to 0
10) perl misc/cronjobs/batch_anonymise.pl
SUCCESS => borrower number in items_last_borrower changed to null
11) prove t/db_dependent/Koha/Patrons.t
12) Sign off

Signed-off-by: Maryse Simard <maryse.simard at inlibro.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list