Skip to content
Snippets Groups Projects
Commit 8d9e1093 authored by Matthias Adrowski's avatar Matthias Adrowski
Browse files

[TASK] Allow for more then one company to be chosen

parent 61d0b469
No related branches found
No related tags found
No related merge requests found
...@@ -374,7 +374,7 @@ $columns = [ ...@@ -374,7 +374,7 @@ $columns = [
'foreign_table_where' => ' AND tx_sgjobs_domain_model_company.sys_language_uid IN (0,-1) ORDER BY tx_sgjobs_domain_model_company.sorting ASC', 'foreign_table_where' => ' AND tx_sgjobs_domain_model_company.sys_language_uid IN (0,-1) ORDER BY tx_sgjobs_domain_model_company.sorting ASC',
'minitems' => 1, 'minitems' => 1,
'maxitems' => 20, 'maxitems' => 20,
'multiple' => 0, 'multiple' => 1,
'fieldControl' => [ 'fieldControl' => [
'editPopup' => [ 'editPopup' => [
'disabled' => FALSE, 'disabled' => FALSE,
......
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