From 5705cd2d667e6a63893ee3f41cc19695d3f451e4 Mon Sep 17 00:00:00 2001 From: cgfhtw Date: Fri, 15 Nov 2024 09:56:22 +0100 Subject: [PATCH] Note einblenden --- application/controllers/api/frontend/v1/stv/Config.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/application/controllers/api/frontend/v1/stv/Config.php b/application/controllers/api/frontend/v1/stv/Config.php index c28c49485..ca7d3ef3d 100644 --- a/application/controllers/api/frontend/v1/stv/Config.php +++ b/application/controllers/api/frontend/v1/stv/Config.php @@ -91,12 +91,11 @@ class Config extends FHCAPI_Controller 'title' => $this->p->t('stv', 'tab_resources'), 'component' => './Stv/Studentenverwaltung/Details/Betriebsmittel.js' ]; - /* TODO(chris): Ausgeblendet für Testing $result['grades'] = [ 'title' => $this->p->t('stv', 'tab_grades'), 'component' => './Stv/Studentenverwaltung/Details/Noten.js' ]; - */ + Events::trigger('stv_conf_student', function & () use (&$result) { return $result;