From 2b48d5478870aad227e78550a009dbaaaf29a243 Mon Sep 17 00:00:00 2001
From: Maria Hofmann <m.hofmann@adito.de>
Date: Wed, 19 Jun 2019 16:31:22 +0200
Subject: [PATCH] Info added

---
 process/DSGVO_lib/process.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/process/DSGVO_lib/process.js b/process/DSGVO_lib/process.js
index b461e37581..856d712c28 100644
--- a/process/DSGVO_lib/process.js
+++ b/process/DSGVO_lib/process.js
@@ -96,6 +96,7 @@ function getDSGVOTable (pPerson, pType)
     for(i = 0; i < comm.length; i++)
     {
         // TODO .... funktioniert nicht, findet gar keine Comms mehr
+        // info: Internet fehlt/funktioniert nicht?
         if(comm[i][0] && comm[i][1])
         {
             var medium = KeywordUtils.getViewValue($KeywordRegistry.communicationMedium(), comm[i][1]);
-- 
GitLab