LV zuweisung & anzeige: handle semester above max_semester & anmerkung bug

This commit is contained in:
cgfhtw
2023-07-04 13:37:54 +02:00
parent ff93cb26fe
commit 7eed07a682
4 changed files with 87 additions and 41 deletions
+20
View File
@@ -19906,6 +19906,26 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'studierendenantrag',
'phrase' => 'error_stg_last_semester',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Der Studiengang hat nicht genügend Semester',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'The course does not have enough semesters',
'description' => '',
'insertvon' => 'system'
)
)
),
);