Multiselect group selection: show only when all selected have an UID

This commit is contained in:
chfhtw
2025-10-01 14:53:08 +02:00
parent 6658e80d99
commit 7b1bb27b34
@@ -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',