From 23a91f5de7ce4135c22b6767168f5cf6fb9481e5 Mon Sep 17 00:00:00 2001
From: Tobias Feldmann <t.feldmann@adito.de>
Date: Mon, 4 Feb 2019 12:56:59 +0100
Subject: [PATCH] Attribute_lib fix

---
 process/Attribute_lib/process.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/process/Attribute_lib/process.js b/process/Attribute_lib/process.js
index 2d5cf378f4..04827e89f5 100644
--- a/process/Attribute_lib/process.js
+++ b/process/Attribute_lib/process.js
@@ -116,7 +116,7 @@ AttributeHandler.prototype.getAttributeContentType = function ()
 
 AttributeHandler.prototype.setAttributeValue = function (pValue)
 {
-    var field = this.getAttributeField();
+    var field = "$field." + this.getAttributeField();
     if (field != null && vars.exists(field))
         neon.setFieldValue(field, pValue)
     return pValue;
-- 
GitLab