Skip to content

Commit

Permalink
[SHIBUI-570]
Browse files Browse the repository at this point in the history
GRAMAAARRRRR
  • Loading branch information
Bill Smith committed Sep 8, 2018
1 parent 8cdbef5 commit 459df71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public ResponseEntity<?> create(@RequestBody MetadataResolver newResolver) throw
positionOrderContainerService.appendPositionOrderForNew(persistedResolver);

//TODO: currently, the update call might explode, but the save works.. in which case, the UI never gets
// an valid response. This operation is not atomic. Should we return an error here?
// n valid response. This operation is not atomic. Should we return an error here?
updateChainingMetadataResolver(persistedResolver);

return ResponseEntity.created(getResourceUriFor(persistedResolver)).body(persistedResolver);
Expand Down

0 comments on commit 459df71

Please sign in to comment.