mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 08:34:29 +00:00
MyLv: Permissions & notFound fallback
This commit is contained in:
@@ -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?
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user