Skip to content
Snippets Groups Projects
Commit eac29932 authored by srosse's avatar srosse
Browse files

OO-732: fix enable/disable the full calendar for the group tool

parent e2720311
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,7 @@ public class CalendarAdminController extends FormBasicController {
protected void formInnerEvent(UserRequest ureq, FormItem source, FormEvent event) {
if(enableEl == source) {
calendarModule.setEnabled(enableEl.isAtLeastSelected(1));
CollaborationToolsFactory.getInstance().initAvailableTools();
updateEnableElements();
} else if(enablePersonalCalendarEl == source) {
calendarModule.setEnablePersonalCalendar(enablePersonalCalendarEl.isAtLeastSelected(1));
......
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