From 2dc059201c0155a05ddad3b496e60c62a0b88a4a Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 17 Mar 2023 22:42:47 +0000 Subject: [PATCH] Bug 33916: 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 --- .../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 b0638195a8..2b4612faad 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.30.2