fix LvPlan not rendering Events in timeGrid correctly

This commit is contained in:
Harald Bamberger
2025-09-13 11:08:19 +02:00
parent 1adf1622db
commit f0d9a43733
@@ -176,6 +176,7 @@ class LvPlan extends FHCAPI_Controller
{
$this->load->model('ressource/Stunde_model', 'StundeModel');
$this->StundeModel->addOrder('stunde', 'ASC');
$stunden = $this->StundeModel->load();
$stunden = $this->getDataOrTerminateWithError($stunden);