Fixed missing permissions on controller InfoCenter

This commit is contained in:
Paolo
2018-06-15 11:33:13 +02:00
parent 0dde3095b2
commit c5cce4d0a0
@@ -73,7 +73,11 @@ class InfoCenter extends Auth_Controller
'saveNotiz' => 'infocenter:rw',
'reloadNotizen' => 'infocenter:r',
'reloadLogs' => 'infocenter:r',
'outputAkteContent' => 'infocenter:r'
'outputAkteContent' => 'infocenter:r',
'getZgvInfoForPrestudent' => 'infocenter:r',
'getParkedDate' => 'infocenter:r',
'getStudienjahrEnd' => 'infocenter:r',
'updateNotiz' => 'infocenter:rw'
)
);