enable text-input zgv-master and enable remove dates ZGV

This commit is contained in:
ma0068
2025-07-28 08:40:45 +02:00
parent e2df03debf
commit 24df22ba24
2 changed files with 7 additions and 0 deletions
@@ -140,6 +140,12 @@ class Prestudent extends FHCAPI_Controller
if ($val !== null || $prop == 'foerderrelevant') {
$update_prestudent[$prop] = $val;
}
if (($prop == 'zgvdatum' && $val == '')
|| ($prop == 'zgvmadatum' && $val == '')
|| ($prop == 'zgvdoktordatum' && $val == '')
) {
$update_prestudent[$prop] = null;
}
}
$update_prestudent['updateamum'] = date('c');
@@ -426,6 +426,7 @@ export default {
name="zgvdoktordatum"
no-today
auto-apply
text-input
:enable-time-picker="false"
format="dd.MM.yyyy"
preview-format="dd.MM.yyyy"