new Multitab CombinePeople, start Function

This commit is contained in:
ma0068
2025-10-22 10:23:24 +02:00
parent 4495632393
commit 6337869098
4 changed files with 83 additions and 1 deletions
+1
View File
@@ -111,5 +111,6 @@ $config['students_tab_order'] = [
'status',
'groups',
'finalexam',
'combinePeople',
'archive',
];
@@ -228,6 +228,10 @@ class Config extends FHCAPI_Controller
'showEdit' => $this->permissionlib->isBerechtigt('admin')
]
];
$result['combinePeople'] = [
'title' => $this->p->t('stv', 'tab_combine_people'),
'component' => './Stv/Studentenverwaltung/Details/CombinePeople.js',
];
Events::trigger('stv_conf_students', function & () use (&$result) {
return $result;