feature(Stundenplan): adds Tagesansicht for the Stundenplan

This commit is contained in:
SimonGschnell
2024-11-08 15:18:10 +01:00
parent 68042c1c77
commit f304e79ee0
7 changed files with 244 additions and 13 deletions
@@ -423,7 +423,7 @@ class LvMenu extends FHCAPI_Controller
{
if($row->gruppe_kurzbz != '')
{
$bngrp_uids = $this->Benutzergrupp_model->getUids($row->gruppe_kurzbz, $angezeigtes_stsem);
$bngrp_uids = $this->Benutzergruppe_model->getUids($row->gruppe_kurzbz, $angezeigtes_stsem);
if(count($bngrp_uids) > 0)
{
if(!$row->mailgrp)