finetune behavior

This commit is contained in:
Harald Bamberger
2026-03-12 11:10:13 +01:00
parent dd87e893ba
commit dd760f8210
4 changed files with 10 additions and 34 deletions
@@ -140,6 +140,7 @@ class Student extends FHCAPI_Controller
. $this->PrestudentModel->escape($studiensemester_kurzbz)
. ") AS statusofsemester"
);
$this->PrestudentModel->addSelect($this->PrestudentModel->escape($studiensemester_kurzbz) . ' as query_studiensemester_kurzbz');
$this->PrestudentModel->addJoin('public.tbl_student s', 'prestudent_id', 'LEFT');
$this->PrestudentModel->addJoin('public.tbl_benutzer b', 'student_uid = uid', 'LEFT');