From a37131e66486791d49da0efedff39fd400da10b4 Mon Sep 17 00:00:00 2001 From: "d.lechner" <d.lechner@adito.de> Date: Wed, 18 Sep 2019 11:07:55 +0200 Subject: [PATCH] Documentation DSGVO --- entity/DSGVOInfo_entity/DSGVOInfo_entity.aod | 1 + entity/DSGVOInfo_entity/documentation.adoc | 3 +++ entity/DSGVO_entity/DSGVO_entity.aod | 1 + entity/DSGVO_entity/documentation.adoc | 3 +++ 4 files changed, 8 insertions(+) create mode 100644 entity/DSGVOInfo_entity/documentation.adoc create mode 100644 entity/DSGVO_entity/documentation.adoc diff --git a/entity/DSGVOInfo_entity/DSGVOInfo_entity.aod b/entity/DSGVOInfo_entity/DSGVOInfo_entity.aod index be603dc7724..3a93c868fef 100644 --- a/entity/DSGVOInfo_entity/DSGVOInfo_entity.aod +++ b/entity/DSGVOInfo_entity/DSGVOInfo_entity.aod @@ -2,6 +2,7 @@ <entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.11" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.11"> <name>DSGVOInfo_entity</name> <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/DSGVOInfo_entity/documentation.adoc</documentation> <onValidation>%aditoprj%/entity/DSGVOInfo_entity/onValidation.js</onValidation> <recordContainer>db</recordContainer> <entityFields> diff --git a/entity/DSGVOInfo_entity/documentation.adoc b/entity/DSGVOInfo_entity/documentation.adoc new file mode 100644 index 00000000000..b97729c5d48 --- /dev/null +++ b/entity/DSGVOInfo_entity/documentation.adoc @@ -0,0 +1,3 @@ += DSGVOInfo_entity + +Entity for mapping the logic for DSGVO Report \ No newline at end of file diff --git a/entity/DSGVO_entity/DSGVO_entity.aod b/entity/DSGVO_entity/DSGVO_entity.aod index 0d673ba4b18..9a7495a7006 100644 --- a/entity/DSGVO_entity/DSGVO_entity.aod +++ b/entity/DSGVO_entity/DSGVO_entity.aod @@ -2,6 +2,7 @@ <entity xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.3.11" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/entity/1.3.11"> <name>DSGVO_entity</name> <majorModelMode>DISTRIBUTED</majorModelMode> + <documentation>%aditoprj%/entity/DSGVO_entity/documentation.adoc</documentation> <icon>VAADIN:LOCK</icon> <title>Data Privacy</title> <siblings> diff --git a/entity/DSGVO_entity/documentation.adoc b/entity/DSGVO_entity/documentation.adoc new file mode 100644 index 00000000000..f9d086c2576 --- /dev/null +++ b/entity/DSGVO_entity/documentation.adoc @@ -0,0 +1,3 @@ += DSGVO_entity + +Entity for mapping the logic for DSGVO \ No newline at end of file -- GitLab