Skip to content
GitLab
Menu
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
ce74ec15
Commit
ce74ec15
authored
Jul 06, 2017
by
Thomas Löffler
Browse files
Uses sorting field by default in minor version
parent
6cbdef02
Changes
1
Hide whitespace changes
Inline
Side-by-side
Configuration/TCA/tx_typo3roadmap_domain_model_minorversion.php
View file @
ce74ec15
...
...
@@ -10,7 +10,8 @@ return array(
'tstamp'
=>
'tstamp'
,
'crdate'
=>
'crdate'
,
'cruser_id'
=>
'cruser_id'
,
'defaultSortBy'
=>
'version'
,
'defaultSortBy'
=>
'sorting'
,
'sortby'
=>
'sorting'
,
'delete'
=>
'deleted'
,
'enablecolumns'
=>
array
(
'disabled'
=>
'hidden'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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