Skip to content
Snippets Groups Projects
Commit 9e375df4 authored by S.Listl's avatar S.Listl
Browse files

AttributeRelation fix

parent 79357380
No related branches found
No related tags found
No related merge requests found
......@@ -178,7 +178,7 @@ function _fetchAttributes (pAttributeIds)
else
row[1] = null;
row[2] = translate.text(row[2]); //translate attribute name
parentAttributes.push([row[0], row[1], "", "", "", row[2], "true"]);
parentAttributes.push([row[0], row[1], "", "", "", row[2], "true", ""]);
}, attributeObj);
if (nextIds.length)
......
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