Added column 'Status' (last Anrechnungstatus) in FAS Anrechnung tab

Signed-off-by: cris-technikum <[email protected]>
This commit is contained in:
Cris
2021-04-08 13:15:11 +02:00
committed by cris-technikum
parent 094b502862
commit cbf4cd14e5
4 changed files with 62 additions and 1 deletions
+1
View File
@@ -5318,6 +5318,7 @@ function StudentAnrechnungAuswahl()
lehrveranstaltung_id_kompatibel = getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#lehrveranstaltung_id_kompatibel" ));
genehmigt_von = getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#genehmigt_von" ));
anzahl_notizen = getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#anzahl_notizen" ));
status = getTargetHelper(dsource,subject,rdfService.GetResource( predicateNS + "#status" ));
// Studiengang ermitteln
var tree = document.getElementById('student-tree');