projektbeurteilung_formular_link event for benotung link AbgabetoolMitarbeiterDetail.js; projektarbeit_is_current event for abstracted logic in Abgabetool; show endupload missing message on benoten if neither old nor new link are eligable;

This commit is contained in:
Johann Hoffmann
2025-12-03 11:35:49 +01:00
parent 7747857583
commit 541d6d78cc
5 changed files with 90 additions and 122 deletions
+22 -2
View File
@@ -42885,13 +42885,33 @@ array(
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Projektarbeit für älteres Semester, bitte <a href="{0}" target="_blank">Word-Formular zur Benotung</a> verwenden!',
'text' => 'Projektarbeit für älteres Semester, bitte Word-Formular in Moodle zur Benotung verwenden!',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Thesis handed in for older semester, please <a href="{0}" target="_blank">use word form for assessment</a>!',
'text' => 'Thesis handed in for older semester, please use word form in moodle for assessment!',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'abgabetool',
'phrase' => 'c4keinEnduploadErfolgt',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Endupload ist noch nicht erfolgt',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Final version not uploaded yet',
'description' => '',
'insertvon' => 'system'
)