From c109d844924a12f199bdf4a5988a5207ef283aec Mon Sep 17 00:00:00 2001 From: ma0068 Date: Mon, 11 Aug 2025 10:13:42 +0200 Subject: [PATCH] Tab Details: bugfix: show Zugangscode --- application/controllers/api/frontend/v1/stv/Student.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/controllers/api/frontend/v1/stv/Student.php b/application/controllers/api/frontend/v1/stv/Student.php index 17cec8b26..c789d7369 100644 --- a/application/controllers/api/frontend/v1/stv/Student.php +++ b/application/controllers/api/frontend/v1/stv/Student.php @@ -104,6 +104,7 @@ class Student extends FHCAPI_Controller $this->PrestudentModel->addSelect('p.staatsbuergerschaft'); $this->PrestudentModel->addSelect('p.matr_nr'); $this->PrestudentModel->addSelect('p.anrede'); + $this->PrestudentModel->addSelect('p.zugangscode'); if (defined('ACTIVE_ADDONS') && strpos(ACTIVE_ADDONS, 'bewerbung') !== false) { $this->PrestudentModel->addSelect(