db tabellen anpassung

This commit is contained in:
SimonGschnell
2024-02-07 16:25:39 +01:00
parent 9362aea0cf
commit 3739581a29
4 changed files with 73 additions and 28 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ class ProfilUpdate extends Auth_Controller
'getProfilUpdates' => ['student/stammdaten:r','mitarbeiter/stammdaten:r'],
'acceptProfilRequest'=>['student/stammdaten:rw','mitarbeiter/stammdaten:rw'],
'denyProfilRequest'=>['student/stammdaten:rw','mitarbeiter/stammdaten:rw'],
'show'=>['user:r'],
'show'=>['student/stammdaten:r','mitarbeiter/stammdaten:r'],
]);