Fix some remaining issues from the Spring migration #20
@ -442,6 +442,7 @@ public class IdeaServiceImpl extends AbstractServiceImpl<Idea, Long> implements
|
||||
}
|
||||
|
||||
@Override
|
||||
@Transactional
|
||||
public void studentUnselect(final Idea idea, final User student) {
|
||||
unmatch(idea, student, new NotificationSource());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user