removed unused code
This commit is contained in:
parent
8bc82ad6b9
commit
f01bc46ca3
@ -47,14 +47,6 @@ public class SupervisorNotificationSettingsPanel extends Panel {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
wmc.add(new ChoicePanel("conferenceComment", new Model<Boolean>(supervisorNotificationSettings.isMailNotifyConferenceComment())) {
|
|
||||||
@Override
|
|
||||||
public void onNewSelection(AjaxRequestTarget target, boolean choice) {
|
|
||||||
supervisorNotificationSettings.setMailNotifyConferenceComment(choice);
|
|
||||||
supervisorNotificationSettings = supervisorNotificationSettingsService.save(supervisorNotificationSettings);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
wmc.add(new ChoicePanel("peerCompleted", new Model<Boolean>(supervisorNotificationSettings.isMailPeerReviewCompleted())) {
|
wmc.add(new ChoicePanel("peerCompleted", new Model<Boolean>(supervisorNotificationSettings.isMailPeerReviewCompleted())) {
|
||||||
@Override
|
@Override
|
||||||
public void onNewSelection(AjaxRequestTarget target, boolean choice) {
|
public void onNewSelection(AjaxRequestTarget target, boolean choice) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user