Disabled edit elements / create Anrechnung in GUI if user has readonly access / no permission to create Anrechnung

This commit is contained in:
Cris
2022-02-22 16:26:33 +01:00
parent 9abc018e08
commit 339f82291c
8 changed files with 118 additions and 10 deletions
+1
View File
@@ -89,6 +89,7 @@ class AnrechnungLib
$antrag_data->vorname = $person->vorname;
$antrag_data->nachname = $person->nachname;
$antrag_data->matrikelnr = $student->matrikelnr;
$antrag_data->studiengang_kz = $studiengang->studiengang_kz;
$antrag_data->stg_bezeichnung = $studiengang->bezeichnung;
$antrag_data->lektoren = $lv_lektoren_arr;
$antrag_data->zgv = $latest_zgv_bezeichnung;