adds the roomInformation Calendar to the menu and uses different template for the calendar page slot

This commit is contained in:
SimonGschnell
2024-05-31 12:28:06 +02:00
parent b9bd8e1d4d
commit 39321dcde3
5 changed files with 23 additions and 7 deletions
@@ -74,6 +74,7 @@ class Stundenplan extends Auth_Controller
$result = $this->StundenplanModel->getRoomDataOnDay('EDV_A2.06','2024-05-21');
$result = hasData($result) ? getData($result) : [];
//echo($this->db->last_query());
echo json_encode($result);