Skip to content

Commit

Permalink
UBO-283 Updated ImportListJobAction to mycore version 2023.06.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Possommi committed Aug 14, 2024
1 parent eb2f520 commit a59822d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ public void execute() throws ExecutionException {
}

try {
MCRTransactionHelper.beginTransaction();
importJob.savePublications();
MCRTransactionHelper.commitTransaction();
sendMail(importJob);
} catch (Exception e) {
LOGGER.error("Error while saving publications", e);
Expand Down

0 comments on commit a59822d

Please sign in to comment.