bugfixes changeStatus, generateMatrikelnummer, updateLists, validations

This commit is contained in:
ma0068
2024-07-15 15:41:45 +02:00
parent 5043f00c97
commit 58403ff00e
6 changed files with 351 additions and 317 deletions
+21 -1
View File
@@ -27535,7 +27535,7 @@ array(
'insertvon' => 'system'
)
)
)
),
//Prestudent
array(
'app' => 'core',
@@ -28057,6 +28057,26 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'lehre',
'phrase' => 'error_keinAufgenommener',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => '{name} muss zuerst Aufgenommener sein, um zum Studenten gemacht werden zu können!',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => '{name} must first be admitted in order to be made a student!',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'lehre',