Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
typo3_roadmap
Commits
5e2a3b24
Commit
5e2a3b24
authored
Jun 23, 2020
by
Stefan Busemann
Browse files
[BUGFIX] define rendertype for php versions
parent
395d19ad
Changes
1
Show whitespace changes
Inline
Side-by-side
Configuration/TCA/tx_typo3roadmap_domain_model_majorversion.php
View file @
5e2a3b24
...
...
@@ -150,6 +150,7 @@ return array(
'label'
=>
'LLL:EXT:typo3_roadmap/Resources/Private/Language/locallang_db.xml:tx_typo3roadmap_domain_model_majorversion.php_versions'
,
'config'
=>
array
(
'type'
=>
'select'
,
'renderType'
=>
'selectCheckBox'
,
'foreign_table'
=>
'tx_typo3roadmap_domain_model_phpversion'
,
'foreign_table_where'
=>
'ORDER BY tx_typo3roadmap_domain_model_phpversion.uid'
,
'size'
=>
10
,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment