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
6cbdef02
Commit
6cbdef02
authored
Jul 06, 2017
by
Thomas Löffler
Browse files
Adds sorting for minor versions
parent
e1e31e5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Configuration/TCA/tx_typo3roadmap_domain_model_majorversion.php
View file @
6cbdef02
...
...
@@ -166,7 +166,16 @@ return array(
'foreign_table'
=>
'tx_typo3roadmap_domain_model_minorversion'
,
'foreign_field'
=>
'major_version'
,
'appearance'
=>
array
(
'collapseAll'
=>
true
'useSortable'
=>
true
,
'collapseAll'
=>
true
,
'enabledControls'
=>
[
'info'
=>
true
,
'new'
=>
true
,
'dragdrop'
=>
true
,
'sort'
=>
true
,
'hide'
=>
true
,
'delete'
=>
true
],
)
),
),
...
...
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