refactor delete

refactor validation backend
add permission check for studiengang backend
This commit is contained in:
ma0068
2025-05-28 09:14:49 +02:00
parent c3e978b56e
commit a756881a48
4 changed files with 137 additions and 63 deletions
+21 -1
View File
@@ -41873,8 +41873,28 @@ and represent the current state of research on the topic. The prescribed citatio
'insertvon' => 'system'
)
)
)
),
// PROJEKTARBEITSBEURTEILUNG SS2025 ENDE ---------------------------------------------------------------------------
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'error_keineBerechtigungStg',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Sie haben keine Berechtigung, für diesen Studiengang Daten zu ändern',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'You do not have permission to change data for this study program',
'description' => '',
'insertvon' => 'system'
)
)
),
);