Skip to content
Snippets Groups Projects
Commit b243b0f7 authored by Johannes Kreiner's avatar Johannes Kreiner
Browse files

[BUGFIX] Fix Job model multiselect behaviour

parent 6df93c22
No related branches found
No related tags found
No related merge requests found
......@@ -230,7 +230,7 @@ return call_user_func(
'foreign_table_where' => ' AND tx_sgjobs_domain_model_department.sys_language_uid IN (0,-1) ORDER BY tx_sgjobs_domain_model_department.sorting ASC',
'minitems' => 1,
'maxitems' => 1,
'size' => 1,
'size' => 5,
'fieldControl' => [
'editPopup' => [
'disabled' => FALSE,
......@@ -348,7 +348,7 @@ return call_user_func(
'renderType' => 'selectMultipleSideBySide',
'foreign_table' => 'tx_sgjobs_domain_model_company',
'foreign_table_where' => ' AND tx_sgjobs_domain_model_company.sys_language_uid IN (0,-1) ORDER BY tx_sgjobs_domain_model_company.sorting ASC',
'size' => 1,
'size' => 5,
'minitems' => 1,
'maxitems' => 1,
'multiple' => 0,
......@@ -371,7 +371,7 @@ return call_user_func(
'renderType' => 'selectMultipleSideBySide',
'foreign_table' => 'tx_sgjobs_domain_model_contact',
'foreign_table_where' => ' AND tx_sgjobs_domain_model_contact.sys_language_uid IN (0,-1) ORDER BY tx_sgjobs_domain_model_contact.sorting ASC',
'size' => 1,
'size' => 5,
'minitems' => 1,
'maxitems' => 1,
'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