Skip to content

Commit

Permalink
Removed transactional processing of imported studies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tudor Groza committed Oct 15, 2020
1 parent 8eb32e0 commit 8cd53e8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ protected Logger getLog() {
@Autowired
private StudyExtensionRepository studyExtensionRepository;

@Transactional
public Study processStudy(DepositionStudyDto studyDto, Publication publication) {
Curator levelTwoCurator = curatorRepository.findByLastName("Level 2 Curator");
CurationStatus levelOneCurationComplete = statusRepository.findByStatus("Level 1 curation done");
Expand Down

0 comments on commit 8cd53e8

Please sign in to comment.