mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-11 17:19:29 +00:00
enable text-input zgv-master and enable remove dates ZGV
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user