diff --git a/application/controllers/api/frontend/v1/stv/Config.php b/application/controllers/api/frontend/v1/stv/Config.php index 5898e1094..d0d807358 100644 --- a/application/controllers/api/frontend/v1/stv/Config.php +++ b/application/controllers/api/frontend/v1/stv/Config.php @@ -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',