Skip to content
Snippets Groups Projects
Commit f15be5fc authored by Johannes Goderbauer's avatar Johannes Goderbauer Committed by Johannes Goderbauer
Browse files

fix error in Attribute_lib when loading all attributes

(cherry picked from commit 50f46954)
parent 97bc1066
No related branches found
No related tags found
No related merge requests found
......@@ -443,7 +443,7 @@ AttributeRelationUtils.getAllAttributes = function (pObjectRowId, pObjectType, p
var attributeNameMap = {};
var attributeValues = AttributeRelationUtils.getAttributeSqlBuilder(defaultFields.concat(valueFields), pObjectRowId, pObjectType)
.arrayRow();
.table();
attributeValues = attributeValues.map(function (row)
{
......
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