Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
Changed signature and name of method for importing batch entities #49
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy Bulgakov committed May 7, 2021
1 parent 9f0c439 commit 7077bb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ protected List<Object> createEntitiesFromJson(MetaClass metaClass, JsonArray ent

try {
for (Map.Entry<Object, EntityImportPlan> entry : objectEntityImportPlanMap.entrySet()) {
entityImportExport.fillSaveContextWithEntity(entry.getKey(), entry.getValue(), false, saveContext);
entityImportExport.importEntityIntoSaveContext(saveContext, entry.getKey(), entry.getValue(), false);
}
importedEntities = dataManager.save(saveContext);

Expand Down

0 comments on commit 7077bb6

Please sign in to comment.