Skip to content
Snippets Groups Projects
Commit 567db7d1 authored by Kevin von Spiczak's avatar Kevin von Spiczak
Browse files

[TASK] allow multiple experience levels in TCA

parent 40ee38a0
No related branches found
No related tags found
1 merge request!46AZM changes
......@@ -243,7 +243,7 @@ $columns = [
'foreign_table' => 'tx_sgjobs_domain_model_experience_level',
'foreign_table_where' => ' AND tx_sgjobs_domain_model_experience_level.sys_language_uid IN (0,-1) ORDER BY tx_sgjobs_domain_model_experience_level.sorting ASC',
'minitems' => 0,
'maxitems' => 1,
'maxitems' => 999,
'fieldControl' => [
'editPopup' => [
'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