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

Merge branch '1065903_FixClassificationTree' into '2020.2.0'

[Projekt: Entwicklung - Neon][TicketNr.: 1065903][[Klassifizierung]...

See merge request xrm/basic!414
parents 9d1e2680 94ada60f
No related branches found
No related tags found
No related merge requests found
......@@ -110,11 +110,11 @@ select.table().forEach(function (pRow){
var classificationTypeGroupDisplay = classificationTypeGroupDisplayCache[classificationTypeGroupId];
//a field can only contain a string so format complex data into string
scoresPerGroup = JSON.stringify(scoresPerGroup);
scoresPerGroupForPush = JSON.stringify(scoresPerGroup);
resultSet.push([uid, classificationId, classificationTypeGroupId, classificationTypeGroupDisplay, classificationGroupTitle
, classificationScoreId, classificationScoreTitle, classificationTypeId, classificationTypeId, classificationTypeObjectType
, objectRowIdParam, classificationTypeScoreType, classificationTypeObjectType, scoresPerGroup, currentGroupScore]);
, objectRowIdParam, classificationTypeScoreType, classificationTypeObjectType, scoresPerGroupForPush, currentGroupScore]);
});
result.object(resultSet);
......
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