unruly controller benutzerrechte; studstatus unruly api fix;

This commit is contained in:
Johann Hoffmann
2024-09-10 10:50:02 +02:00
parent d9f5646ad1
commit 6bc58c00b7
4 changed files with 16 additions and 17 deletions
@@ -25,7 +25,7 @@ class UnrulyPerson extends FHCAPI_Controller
public function __construct()
{
parent::__construct([
'updatePersonUnrulyStatus' => 'basis/mitarbeiter:rw'
'updatePersonUnrulyStatus' => array('basis/mitarbeiter:rw', 'student/antragfreigabe:rw', 'student/anrechnung:rw' , 'student/studierendenantrag:rw')
]);
$this->_ci =& get_instance();