Skip to content

Commit

Permalink
[SHIBUI-1063]
Browse files Browse the repository at this point in the history
Added a forgotten @Transactional
  • Loading branch information
Bill Smith committed Jan 24, 2019
1 parent d390b3e commit 2105029
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ public ResponseEntity<?> getOneXml(@PathVariable String resourceId) throws Marsh
return ResponseEntity.ok(xml);
}

@Transactional
@GetMapping(value = "/EntityDescriptor/disabledNonAdmin")
public Iterable<EntityDescriptorRepresentation> getDisabledAndNotOwnedByAdmin() {
return entityDescriptorRepository.findAllDisabledAndNotOwnedByAdmin()
Expand Down

0 comments on commit 2105029

Please sign in to comment.