mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-22 05:56:08 +01:00
Fix sorting of pageview records
This commit is contained in:
parent
1a5c10a26d
commit
8e2cadef08
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 DESC',
|
'default_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