Skip to content
Snippets Groups Projects
Commit 77ccfdd4 authored by Moritz Strohm's avatar Moritz Strohm
Browse files

always show an all-day slot, fixes #3889

Closes #3889

Merge request studip/studip!2755
parent 5705e8df
No related branches found
No related tags found
No related merge requests found
...@@ -341,7 +341,7 @@ class Calendar_CalendarController extends AuthenticatedController ...@@ -341,7 +341,7 @@ class Calendar_CalendarController extends AuthenticatedController
'minTime' => sprintf('%02u:00', $calendar_settings['start'] ?? 8), 'minTime' => sprintf('%02u:00', $calendar_settings['start'] ?? 8),
'maxTime' => sprintf('%02u:00', $calendar_settings['end'] ?? 20), 'maxTime' => sprintf('%02u:00', $calendar_settings['end'] ?? 20),
'defaultDate' => $default_date->format('Y-m-d'), 'defaultDate' => $default_date->format('Y-m-d'),
'allDaySlot' => !$group_view, 'allDaySlot' => true,
'allDayText' => '', 'allDayText' => '',
'header' => [ 'header' => [
'left' => ( 'left' => (
......
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