mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-21 17:02:19 +00:00
stv kontaktieren tab hinzugefuegt
This commit is contained in:
@@ -227,6 +227,11 @@ class Config extends FHCAPI_Controller
|
||||
]
|
||||
];
|
||||
|
||||
$result['kontaktieren'] = [
|
||||
'title' => $this->p->t('stv', 'tab_kontaktieren'),
|
||||
'component' => './Stv/Studentenverwaltung/Details/Kontaktieren.js',
|
||||
];
|
||||
|
||||
Events::trigger('stv_conf_students', function & () use (&$result) {
|
||||
return $result;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user