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

(cherry picked from commit 5a3324c914b4fbc321793889a4cba84c065fd5ff)
---
 .../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