Skip to content

Commit

Permalink
Merge pull request #467 from Robbert1/transaction-index-links
Browse files Browse the repository at this point in the history
fix resources links being correctly indexed when linking eachother as part of a single transaction bundle
  • Loading branch information
jamesagnew committed Jan 21, 2017
2 parents 4e2e54a + 92a0704 commit bde8aeb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1431,6 +1431,8 @@ protected ResourceTable updateEntity(final IBaseResource theResource, ResourceTa
for (ResourceLink next : links) {
myEntityManager.persist(next);
}
// make sure links are indexed
theEntity.setResourceLinks(links);

theEntity.toString();

Expand Down

0 comments on commit bde8aeb

Please sign in to comment.