Fix some remaining issues from the Spring migration #20
@ -358,7 +358,6 @@ public class IdeaServiceImpl extends AbstractServiceImpl<Idea, Long> implements
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Transactional
|
|
||||||
private Idea acceptIdea0(Idea idea, User creator, Program accepteeProgram, User coAuthor, final ApplicationPeriod applicationPeriod) {
|
private Idea acceptIdea0(Idea idea, User creator, Program accepteeProgram, User coAuthor, final ApplicationPeriod applicationPeriod) {
|
||||||
|
|
||||||
Idea localIdea = idea;
|
Idea localIdea = idea;
|
||||||
@ -491,7 +490,6 @@ public class IdeaServiceImpl extends AbstractServiceImpl<Idea, Long> implements
|
|||||||
return returnValue;
|
return returnValue;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Transactional
|
|
||||||
private Idea addMatch(User creator, User supervisor, Idea idea, NotificationSource notificationSource) {
|
private Idea addMatch(User creator, User supervisor, Idea idea, NotificationSource notificationSource) {
|
||||||
Match match = new Match();
|
Match match = new Match();
|
||||||
match.setIdea(idea);
|
match.setIdea(idea);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user