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

[TASK] Fixing selection of hidden contacts

parent 6c41e7d0
No related branches found
No related tags found
No related merge requests found
...@@ -176,6 +176,7 @@ return [ ...@@ -176,6 +176,7 @@ return [
'renderType' => 'selectSingle', 'renderType' => 'selectSingle',
'internal_type' => 'db', 'internal_type' => 'db',
'foreign_table' => 'tx_sgjobs_domain_model_contact', 'foreign_table' => 'tx_sgjobs_domain_model_contact',
'foreign_table_where' => 'tx_sgjobs_domain_model_contact.hidden = FALSE',
'size' => 1, 'size' => 1,
'maxitems' => 1, 'maxitems' => 1,
'multiple' => 0, 'multiple' => 0,
......
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