Skip to content
Snippets Groups Projects
Commit 94ada60f authored by Benjamin Ulrich's avatar Benjamin Ulrich :speech_balloon:
Browse files

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

[Projekt: Entwicklung - Neon][TicketNr.: 1065903][[Klassifizierung] (Vertriebsprojekt, Firma) Darstellung der Klassifizierung im Baum funktioniert nicht]
parent 34c2b5cd
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