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

calendar/calendar/index: prefix the range-ID for the data-URL with "user_", fixes #3826

Closes #3826

Merge request studip/studip!2701


(cherry picked from commit a5d02f3c)

32c10cfc calendar/calendar/index: prefix the range-ID for the data-URL with "user_", fixes #3826
parent d8f706a6
No related branches found
No related tags found
No related merge requests found
...@@ -382,7 +382,7 @@ class Calendar_CalendarController extends AuthenticatedController ...@@ -382,7 +382,7 @@ class Calendar_CalendarController extends AuthenticatedController
( (
$group_view $group_view
? 'calendar/calendar/calendar_group_data/' . $selected_group->id ? 'calendar/calendar/calendar_group_data/' . $selected_group->id
: 'calendar/calendar/calendar_data/' . $calendar_owner->id : 'calendar/calendar/calendar_data/user_' . $calendar_owner->id
), ),
$data_url_params $data_url_params
), ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment