Skip to content
Snippets Groups Projects
Commit 1c446584 authored by Andreas Parschalk's avatar Andreas Parschalk
Browse files

openolat#239: change default value for coach confirmation in appointment coursenode

parent 617295c8
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,8 @@ public class TopicCreateController extends FormBasicController { ...@@ -93,7 +93,8 @@ public class TopicCreateController extends FormBasicController {
private List<Identity> coaches; private List<Identity> coaches;
private List<AppointmentWrapper> appointmentWrappers; private List<AppointmentWrapper> appointmentWrappers;
private boolean multiParticipationsSelected = true; private boolean multiParticipationsSelected = true;
private boolean coachConfirmationSelected = true; // UIBK: default coachConfirmationSelected changed to false
private boolean coachConfirmationSelected = false;
private int counter = 0; private int counter = 0;
@Autowired @Autowired
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment