MyLv: Permissions & notFound fallback

This commit is contained in:
cgfhtw
2023-01-16 11:38:24 +01:00
parent 559e4d2bc0
commit 2e126692f2
4 changed files with 35 additions and 11 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class MyLv extends Auth_Controller
public function __construct()
{
parent::__construct([
'index' => 'student/anrechnung_beantragen:r' // TODO(chris): permissions?
'index' => ['student/anrechnung_beantragen:r','user:r'] // TODO(chris): permissions?
]);
}