Skip to content

Commit

Permalink
[FIX] Contextual update of persisted nodes during graph merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementBareth committed Apr 21, 2023
1 parent e74057f commit 7bc8db9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,7 @@ public PersistenceActionResult createOrUpdate(Repository repository, CustomEntit
var intermediateResults = impl.createOrUpdate(repository, storageConf, ceiAfterPreEvents, customFieldTemplates, foundId);
if (intermediateResults != null) {
results = intermediateResults;
persistedEntities.addAll(results.getPersistedEntities());
}
}
if (results != null) {
Expand Down

0 comments on commit 7bc8db9

Please sign in to comment.