dcsaorg / DCSA-EBL

Electronic Bill of Lading
Apache License 2.0
5 stars 4 forks source link

Fix race-condition when storing cargo items #221

Closed nt-gt closed 2 years ago

nt-gt commented 2 years ago

Ensure that UtilizedTransportEquipments have been persisted before attempting to store cargo items. This avoids a constraint validation error from the database when the race is "won" (or "lost" depending on your perspective).

Signed-off-by: Niels Thykier nt@asseco.dk