Skip to content

Commit

Permalink
Issue #SC-1925 feat: Fixed synctool issue for syncbyids
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradyumna Nagendra committed Sep 28, 2020
1 parent 9bb2bfb commit 0dc83a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ private void populateESDoc(Map<String, Object> unitsMetadata, Map<String, Object
try {
Node node = ConvertToGraphNode.convertToGraphNode(childData, definitionDTO, null);
node.setGraphId(graphId);
node.setObjectType(objectType);
node.setObjectType("Collection");
node.setNodeType(nodeType);
Map<String, Object> nodeMap = SyncMessageGenerator.getMessage(node);
Map<String, Object> message = SyncMessageGenerator.getJSONMessage(nodeMap, relationMap);
Expand Down

0 comments on commit 0dc83a8

Please sign in to comment.