From a785bd74a73049211acf88353b87eb8ce9c1f40f Mon Sep 17 00:00:00 2001 From: Johannes Hoermann <j.hoermann@adito.de> Date: Tue, 19 Nov 2019 10:25:34 +0100 Subject: [PATCH] DSGVO docu improvement and link --- entity/DSGVO_entity/documentation.adoc | 9 ++++++++- process/DataPrivacy_lib/process.js | 3 +++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/entity/DSGVO_entity/documentation.adoc b/entity/DSGVO_entity/documentation.adoc index f9d086c2576..c6340d0bb06 100644 --- a/entity/DSGVO_entity/documentation.adoc +++ b/entity/DSGVO_entity/documentation.adoc @@ -1,3 +1,10 @@ = DSGVO_entity -Entity for mapping the logic for DSGVO \ No newline at end of file +Entity for mapping the logic for DSGVO. +It syncs the DSGVO-tables with the avalailable data of a person always when opened. + +To enable the DSGVO functionality: go to Preferences -> _____PREFERENCES_PROJECT -> _____PREFERENCES_PROJECT +and enable the dsgvo.active checkbox. + +For more technical docu see the comments in the DataPrivacy_lib + diff --git a/process/DataPrivacy_lib/process.js b/process/DataPrivacy_lib/process.js index 5eed8a22d0d..2072800d57a 100644 --- a/process/DataPrivacy_lib/process.js +++ b/process/DataPrivacy_lib/process.js @@ -24,6 +24,9 @@ import("Address_lib"); ******************READ CAREFULLY**************** ************************************************ * + * How does it work: + * Each time you open the DSGVO-context (e.g. the DSGVO filter view) it searches for new DSGVO-relevant data and syncs the DSGVO table with it + * * Steps for adding a privacy field: * - create Keyword Containername: "DSGVOType" * - Add to list in DataPrivacyType.get - function with the same name as the keyword keyid. (see DataPrivacyType for all possible parameters) -- GitLab