Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #624 from bursech/master
Browse files Browse the repository at this point in the history
Added entity id and type to dictionary object in export.
  • Loading branch information
keyurkarnik authored Mar 22, 2019
2 parents 7c1b93e + ad552de commit ac1e6e4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -639,6 +639,8 @@ private void fetchDictionaries(File collectionDir, String collectionName, final
}

jgDictionaries.writeStartObject();
jgDictionaries.writeObjectField("Entity", et.getUuid());
jgDictionaries.writeObjectField("EntityType", et.getType());
jgDictionaries.writeObjectField(dictionary, dict);
jgDictionaries.writeEndObject();
}
Expand Down

0 comments on commit ac1e6e4

Please sign in to comment.