From 62aa022c690463a26999565a566c62fa8669483e Mon Sep 17 00:00:00 2001 From: ma0068 Date: Wed, 30 Jul 2025 11:13:46 +0200 Subject: [PATCH] Tab Details: add missing person attributes to modelValue --- application/controllers/api/frontend/v1/stv/Prestudent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/api/frontend/v1/stv/Prestudent.php b/application/controllers/api/frontend/v1/stv/Prestudent.php index 369c8eabd..4d0aa5fe1 100644 --- a/application/controllers/api/frontend/v1/stv/Prestudent.php +++ b/application/controllers/api/frontend/v1/stv/Prestudent.php @@ -147,7 +147,7 @@ class Prestudent extends FHCAPI_Controller in_array($prop, ['zgvdatum', 'zgvmadatum', 'zgvdoktordatum', 'zgv_code', 'zgvmas_code', 'zgvdoktor_code']) && !isset($update_prestudent[$prop]) && array_key_exists($prop, $_POST) - ) + ) { $update_prestudent[$prop] = null; }