From 81b2b8facdc1ed9a4d5fe7a4c9c2a7145116c2b6 Mon Sep 17 00:00:00 2001
From: "b.ulrich" <b.ulrich@adito.de>
Date: Mon, 27 Sep 2021 11:10:59 +0200
Subject: [PATCH] =?UTF-8?q?[Projekt:=20xRM-Sales][TicketNr.:=202000900][Th?=
 =?UTF-8?q?emenbaum=20Admin=20Beschreibung=20l=C3=A4sst=20sich=20nicht=20m?=
 =?UTF-8?q?ehr=20l=C3=B6schen]?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 entity/TopicTree_entity/recordcontainers/jdito/onUpdate.js | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/entity/TopicTree_entity/recordcontainers/jdito/onUpdate.js b/entity/TopicTree_entity/recordcontainers/jdito/onUpdate.js
index a024420d4f..db9702cd51 100644
--- a/entity/TopicTree_entity/recordcontainers/jdito/onUpdate.js
+++ b/entity/TopicTree_entity/recordcontainers/jdito/onUpdate.js
@@ -7,12 +7,14 @@ var topicTreeId = vars.get("$local.uid");
 var columns = ["DATE_EDIT"
                 , "USER_EDIT"
                 , "ACTIVE"
-                , "TOPIC"];
+                , "TOPIC"
+                , "DESCRIPTION"];
             
 var values = [rowData["DATE_EDIT.value"]
                 , rowData["USER_EDIT.value"]
                 , rowData["ACTIVE.value"]
-                , rowData["TOPIC.value"]];
+                , rowData["TOPIC.value"]
+                , rowData["DESCRIPTION.value"]];
 
 var assignedTo = rowData["ASSIGNEDTO.value"];
 if(assignedTo && assignedTo != "")
-- 
GitLab