Tab Config Permissions

This commit is contained in:
cgfhtw
2024-08-13 13:32:29 +02:00
parent f9a41b9685
commit 6fb050fa58
@@ -33,8 +33,8 @@ class Config extends FHCAPI_Controller
{
// TODO(chris): permissions
parent::__construct([
'student' => self::PERM_LOGGED,
'students' => self::PERM_LOGGED
'student' => ['admin:r', 'assistenz:r'],
'students' => ['admin:r', 'assistenz:r']
]);