Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sg_jobs
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TYPO3
sg_jobs
Commits
b243b0f7
Commit
b243b0f7
authored
5 years ago
by
Johannes Kreiner
Browse files
Options
Downloads
Patches
Plain Diff
[BUGFIX] Fix Job model multiselect behaviour
parent
6df93c22
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Configuration/TCA/tx_sgjobs_domain_model_job.php
+3
-3
3 additions, 3 deletions
Configuration/TCA/tx_sgjobs_domain_model_job.php
with
3 additions
and
3 deletions
Configuration/TCA/tx_sgjobs_domain_model_job.php
+
3
−
3
View file @
b243b0f7
...
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment