Skip to content
Snippets Groups Projects
Commit 23a91f5d authored by Tobias Feldmann's avatar Tobias Feldmann
Browse files

Attribute_lib fix

parent 90838cdf
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment