From 85ec64876d18ff384fd35642fc2c4bb029195628 Mon Sep 17 00:00:00 2001 From: Cris Date: Thu, 14 Jan 2021 14:18:28 +0100 Subject: [PATCH] Changed permission to student/anrechnung_beantragen Signed-off-by: cris-technikum --- .../controllers/lehre/anrechnung/RequestAnrechnung.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/application/controllers/lehre/anrechnung/RequestAnrechnung.php b/application/controllers/lehre/anrechnung/RequestAnrechnung.php index 68e06ca80..c4f188f0c 100644 --- a/application/controllers/lehre/anrechnung/RequestAnrechnung.php +++ b/application/controllers/lehre/anrechnung/RequestAnrechnung.php @@ -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', ) );