Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix/release 0.7.28 #242

Merged
merged 2 commits into from
Jan 30, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
OBPIH-733: Allow rollback of all shipment events, not just sending an…
…d receiving
  • Loading branch information
jmiranda committed Jan 28, 2018
commit 825d3450cc70fdd6a0c3f8dac2a97dd2f43b5107
Original file line number Diff line number Diff line change
Expand Up @@ -1923,6 +1923,9 @@ class ShipmentService {
deleteOutboundTransactions(shipmentInstance)
deleteEvent(shipmentInstance, eventInstance)
}
else {
deleteEvent(shipmentInstance, eventInstance)
}

} catch (Exception e) {
log.error("Error rolling back most recent event", e)
Expand Down