Added Antragssperre for Noten, that are defined in config array

. Added new config file
. Added check, if LV was already graded and if grades are defined in configs
'blocking grades array'. If so, Anrechnung is not allowed.
. Adapted GUI to process data via JS only

Signed-off-by: cris-technikum <[email protected]>
This commit is contained in:
Cris
2021-05-03 16:17:23 +02:00
committed by cris-technikum
parent d23faa6e96
commit a50a666d11
5 changed files with 125 additions and 12 deletions
+20 -1
View File
@@ -1474,7 +1474,26 @@ $phrases = array(
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'benotungDerLV',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Benotung der Lehrveranstaltung',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Grading of the course',
'description' => '',
'insertvon' => 'system'
)
)
),
//*************************** CORE/filter
array(