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

[TASK] Fix wrong default value for company contacts

parent df76e1c4
No related branches found
No related tags found
No related merge requests found
......@@ -190,7 +190,7 @@ return [
'label' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_db.xlf:tx_sgjobs_domain_model_job.contact',
'config' => [
'type' => 'select',
'eval' => 'required',
'items' => [['', 0]],
'renderType' => 'selectSingle',
'internal_type' => 'db',
'foreign_table' => 'tx_sgjobs_domain_model_contact',
......
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