Skip to content
Snippets Groups Projects
Commit 90995e61 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #3205

Closes #3205

Merge request studip/studip!2175
parent dd58f0b8
No related branches found
No related tags found
No related merge requests found
......@@ -412,7 +412,7 @@ class Fullcalendar
);
} else if(extended_props.studip_parent_object_class == 'ResourceBooking' && $.inArray('for-course', event._def.ui.classNames) != -1) {
STUDIP.Dialog.fromURL(
STUDIP.URLHelper.getURL('dispatch.php/resources/room_request/request_booking/' + extended_props.studip_parent_object_id)
STUDIP.URLHelper.getURL('dispatch.php/resources/room_request/rerequest_booking/' + extended_props.studip_parent_object_id)
);
}
return false;
......
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