diff --git a/entity/Classification_entity/recordcontainers/jdito/contentProcess.js b/entity/Classification_entity/recordcontainers/jdito/contentProcess.js index 0827f9f533b96112b07307a62f704bdde271f52a..78879bee92567449a5ca43c6ef616d91d236a62f 100644 --- a/entity/Classification_entity/recordcontainers/jdito/contentProcess.js +++ b/entity/Classification_entity/recordcontainers/jdito/contentProcess.js @@ -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);