Skip to content
Snippets Groups Projects
Commit d4ae4bef authored by uhensler's avatar uhensler
Browse files

OO-4630: RS if user selects an appointment

parent 1623c8f9
No related branches found
No related tags found
No related merge requests found
...@@ -95,6 +95,7 @@ public class AppointmentListSelectionController extends AppointmentListControlle ...@@ -95,6 +95,7 @@ public class AppointmentListSelectionController extends AppointmentListControlle
protected List<AppointmentRow> loadModel() { protected List<AppointmentRow> loadModel() {
AppointmentSearchParams aParams = new AppointmentSearchParams(); AppointmentSearchParams aParams = new AppointmentSearchParams();
aParams.setTopic(topic); aParams.setTopic(topic);
aParams.setFetchTopic(true);
List<Appointment> appointments = appointmentsService.getAppointments(aParams); List<Appointment> appointments = appointmentsService.getAppointments(aParams);
ParticipationSearchParams pParams = new ParticipationSearchParams(); ParticipationSearchParams pParams = new ParticipationSearchParams();
......
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