From b6a8c6ce59173ab95494a8a1571c55591af4c59a Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 17 Mar 2023 22:42:47 +0000 Subject: [PATCH] Bug 33196: Generalize pseudonymization system preference description The Pseudonymization system preference description in the staff interface is: "Disable/Enable pseudonymization to comply with GDPR for personal information. Patrons and transactions will be copied to a separate table for statistics purpose." GDPR is a European Union (and, at time of writing, UK) law; it makes the system preference look irrelevant for libraries outside this area. However, this is not correct: pseudonymization may be useful for libraries anywhere. This generalized the system preference description and only uses GDPR as an example instead of the only purpose. It also updates the fields listed to more closely reflect the labels on the patron form. To test: * Search for "Pseudonymization" in the systme preferences * Verify that the description of the system preference is very GDPR * Apply patch * Verify the system preference description is improved https://bugs.koha-community.org/show_bug.cgi?id=33196 Signed-off-by: David Nind Signed-off-by: Lucas Gass Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 54cdae763365636e71a231432d5afff637796963) Signed-off-by: Martin Renvoize --- .../prog/en/modules/admin/preferences/patrons.pref | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref index 7c250de9b1..e32cca6b30 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref @@ -405,22 +405,22 @@ Patrons: choices: 1: Enable 0: Disable - - "pseudonymization to comply with GDPR for personal information." - - "Patrons and transactions will be copied to a separate table for statistics purpose." + - "pseudonymization to comply with data privacy policies and regulations like GDPR for managing personal information." + - "Patrons and transactions will be copied to a separate table for statistical purposes." - "
Use the following fields for patrons:" - pref: PseudonymizationPatronFields multiple: title: "Patron's title" city: "City" state: "State" - zipcode: "Zipcode" + zipcode: "ZIP/Postal code" country: "Country" branchcode: "Patron's library" - categorycode: "Patron's category" + categorycode: "Patron category" dateenrolled: "Date the patron was added to Koha" sex: "Patron's gender" - sort1: "Sort1" - sort2: "Sort2" + sort1: "Sort 1" + sort2: "Sort 2" - "
And the following fields for the transactions:" - pref: PseudonymizationTransactionFields multiple: -- 2.20.1