[Koha-bugs] [Bug 20028] Export all patron related personal data in one package

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 25 17:04:04 CEST 2018


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

Michal Denar <black23 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #79376|0                           |1
        is obsolete|                            |

--- Comment #7 from Michal Denar <black23 at gmail.com> ---
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 <black23 at gmail.com>

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


More information about the Koha-bugs mailing list