Merge branch 'feature-76667/ProjektarbeitUploadZuordnungErrorMessage' into cis40_2026-02_rc_abgabetool_finetuning

# Conflicts:
#	application/controllers/api/frontend/v1/Abgabe.php
This commit is contained in:
Johann Hoffmann
2026-06-29 13:21:14 +02:00
2 changed files with 221 additions and 145 deletions
+10 -2
View File
@@ -47612,13 +47612,21 @@ array(
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Keine Zuordnung oder Berechtigung für die Projektarbeit gefunden!',
'text' => 'Keine Zuordnung oder Berechtigung für die Projektarbeit gefunden!
Der eingeloggte User "{0}" konnte nicht als StudentIn "{1}" identifiziert werden, hat keine Betreuungszuordnung und keine Administrationsrechte.
Falls Sie diese Fehlermeldung als StudentIn erhalten loggen Sie sich bitte neu ein, indem Sie den Browser schließen und erneut die CIS Seite aufrufen!',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'No assignment or authorization found for the project!',
'text' => 'No assignment or authorization found for the project!
The logged-in user "{0}" could not be identified as student "{1}", has no reviewer assignment and no administrative rights.
If you receive this error message as a student, please log in again by closing your browser and reopening the CIS page!',
'description' => '',
'insertvon' => 'system'
)