https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20028
Michal Denar <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #79376|0 |1 is obsolete| | --- Comment #7 from Michal Denar <[email protected]> --- Created attachment 79381 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=79381&action=edit Bug 20028: Export all patron related personal data in one package Add a system preference to determine whether patron data export is permitted, and if it is an extra option in the staff UI to initiate the export. At this stage the API for patron data isn't ready so as a placeholder it just goes to the readingrec.pl script. Testing plan: * Apply patch. * Turn the AllowGDPRPatronExport in the administration sysprefs * Search for a patron (eg Mabel in the standard test data) and then click on the "More" button on the right hand side of the button bar. You should see "Export patron's GDPR data" option. Selecting that will generate and download a JSON file containing the patron's data to your client machine. * Turn off AllowGDPRPatronExport in the administration sysprefs * The "Export patron's GDPR data" option should no long be visible from the "More" button in the patron page. Signed-off-by: Michal Denar <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
