Skip to content
Snippets Groups Projects
Commit 628c746d authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[TASK] Updating tca for birthdate in job application model

parent 0a3000be
No related branches found
No related tags found
No related merge requests found
......@@ -221,13 +221,8 @@ $tx_sgjobs_domain_model_job_application = [
'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job_application.birth_date',
'config' => [
'type' => 'input',
'size' => 13,
'max' => 20,
'eval' => 'date, required',
'checkbox' => 0,
'range' => [
'lower' => mktime(date('m'), date('d'), date('Y'))
],
'size' => 30,
'eval' => 'trim, required'
],
],
'phone' => [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment