adds a childaction for the rooms when searching for a room to see the eventoverview of the room

This commit is contained in:
SimonGschnell
2024-07-22 14:07:00 +02:00
parent f4bf3eec86
commit 9170653260
7 changed files with 162 additions and 116 deletions
+2 -2
View File
@@ -116,7 +116,7 @@ class Cms extends FHC_Controller
}
}
public function getRoomInformation(){
$this->load->view('CisVue/Cms/RoomInformation');
public function getRoomInformation($ort_kurzbz){
$this->load->view('CisVue/Cms/RoomInformation',['ort_kurzbz'=>$ort_kurzbz]);
}
}