also show email contact for zweitbetreuer in student page + distinguish them in the label in case of more than 1 betreuer;

This commit is contained in:
Johann Hoffmann
2026-06-30 13:02:19 +02:00
parent 787e5d0ee4
commit d405296a14
4 changed files with 55 additions and 25 deletions
@@ -293,6 +293,8 @@ class Abgabe extends FHCAPI_Controller
if(count($data) > 0) {
$pa->zweitbetreuer = $data[0];
}
$pa->zweitbetreuer_mail = $this->getProjektbetreuerEmailByPersonID($pa->zweitbetreuer_person_id);
}
}
}