keyurkarnik commented on a change in pull request #623: Added entity id to 
dictionary object in export to establish relations…
URL: https://github.com/apache/usergrid/pull/623#discussion_r268076818
 
 

 ##########
 File path: stack/tools/src/main/java/org/apache/usergrid/tools/Export.java
 ##########
 @@ -639,6 +639,7 @@ private void fetchDictionaries(File collectionDir, String 
collectionName, final
                                                        }
                                                        
                                                        
jgDictionaries.writeStartObject();
+                                                       
jgDictionaries.writeObjectField("Related Entity", et.getUuid());
 
 Review comment:
   Change the tag from Related Entity to Entity since there is no other entity 
present, unless there is a specific reason to call it Related Entity

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to