mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-22 13:56:09 +01:00
Configure TCA to show newest page views first
This commit is contained in:
parent
b8cde34d60
commit
654d52cede
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ return [
|
||||||
'label' => 'url',
|
'label' => 'url',
|
||||||
'label_alt' => 'crdate',
|
'label_alt' => 'crdate',
|
||||||
'label_alt_force' => true,
|
'label_alt_force' => true,
|
||||||
'sortby' => 'crdate',
|
'sortby' => 'crdate DESC',
|
||||||
'tstamp' => 'tstamp',
|
'tstamp' => 'tstamp',
|
||||||
'crdate' => 'crdate',
|
'crdate' => 'crdate',
|
||||||
'cruser_id' => 'cruser_id',
|
'cruser_id' => 'cruser_id',
|
||||||
|
|
Loading…
Reference in a new issue