Skip to content
Snippets Groups Projects
Commit 5e7a8a39 authored by Moritz Strohm's avatar Moritz Strohm Committed by David Siegfried
Browse files

fix for BIESt #267

parent 7ea53e6c
No related branches found
No related tags found
No related merge requests found
......@@ -878,6 +878,8 @@ class Course_RoomRequestsController extends AuthenticatedController
$session_data['reply_lecturers'] = $this->reply_lecturers;
$session_data['preparation_time'] = $this->preparation_time;
$session_data['category_id'] = $this->category_id;
//Set the request-ID in the session to make it clear that the request has been modified:
$session_data['request_id'] = $this->request->id;
if (Request::submitted('select_other_room')) {
$this->redirect('course/room_requests/request_select_room/' . $this->request_id);
} elseif (Request::submitted('reset_category')) {
......
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