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 Jul 29, 2024
1 parent 58e09a7 commit f80c930
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 f80c930

Please sign in to comment.