mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-16 11:39:31 +00:00
Multiselect group selection: show only when all selected have an UID
This commit is contained in:
@@ -205,7 +205,8 @@ class Config extends FHCAPI_Controller
|
||||
];
|
||||
$result['groups'] = [
|
||||
'title' => $this->p->t('stv', 'tab_groups'),
|
||||
'component' => './Stv/Studentenverwaltung/Details/Groups.js'
|
||||
'component' => './Stv/Studentenverwaltung/Details/Groups.js',
|
||||
'showOnlyWithUid' => true
|
||||
];
|
||||
$result['status'] = [
|
||||
'title' => 'Status',
|
||||
|
||||
Reference in New Issue
Block a user