Changed permission to student/anrechnung_beantragen

Signed-off-by: cris-technikum <hainberg@technikum-wien.at>
This commit is contained in:
Cris
2021-01-14 14:18:28 +01:00
committed by cris-technikum
parent 091d921efa
commit 85ec64876d
@@ -18,8 +18,9 @@ class requestAnrechnung extends Auth_Controller
// Set required permissions
parent::__construct(
array(
'index' => 'admin:rw',
'uploadFile' => 'admin:rw',
'index' => 'student/anrechnung_beantragen:rw',
'apply' => 'student/anrechnung_beantragen:rw',
'download' => 'student/anrechnung_beantragen:rw',
)
);