From 5a3324c914b4fbc321793889a4cba84c065fd5ff Mon Sep 17 00:00:00 2001
From: "j.goderbauer" <j.goderbauer@adito.de>
Date: Tue, 7 Jan 2020 15:57:03 +0100
Subject: [PATCH] [Projekt: Entwicklung - Neon][TicketNr.:
 1046081][Komminkationsmedium: Probleme beim Anlegen eines neuen Mediums]

---
 .../entityfields/valueproxy/valueProcess.js                   | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/entity/KeywordAttributeRelation_entity/entityfields/valueproxy/valueProcess.js b/entity/KeywordAttributeRelation_entity/entityfields/valueproxy/valueProcess.js
index eefec9165c..54a18e37ae 100644
--- a/entity/KeywordAttributeRelation_entity/entityfields/valueproxy/valueProcess.js
+++ b/entity/KeywordAttributeRelation_entity/entityfields/valueproxy/valueProcess.js
@@ -1,8 +1,10 @@
 import("system.result");
 import("system.vars");
 
+var uid = vars.get("$sys.uid");
+
 var value = vars.get("$this.value");
-//if (!value)
+if (!value)
 {
     var type = vars.get("$field.attributeType");
     switch (type)
-- 
GitLab