modifies how the slot template from the Calendar Page is passed to the CalendarApp and prints the reservierungen differently (but the reservierungen are not grouped yet)

This commit is contained in:
SimonGschnell
2024-06-11 15:03:09 +02:00
parent 022ad26dd2
commit 9c51f25c9e
7 changed files with 57 additions and 32 deletions
@@ -98,7 +98,8 @@ class Stundenplan extends FHCAPI_Controller
$result = $this->StundenplanModel->getRoomDataOnDay($ort_kurzbz,$start_date,$end_date);
// logging the result of the query
//$this->loglib->logErrorDB(print_r($result,true),"this is the result of the query");
if(isError($result)){