From 654d52cede781e443806e0a9dd78200655aebb9c Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 25 Feb 2020 18:54:27 +0100 Subject: [PATCH] Configure TCA to show newest page views first --- Configuration/TCA/tx_tracking_pageview.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration/TCA/tx_tracking_pageview.php b/Configuration/TCA/tx_tracking_pageview.php index 5ecc63b..8efcf63 100644 --- a/Configuration/TCA/tx_tracking_pageview.php +++ b/Configuration/TCA/tx_tracking_pageview.php @@ -4,7 +4,7 @@ return [ 'label' => 'url', 'label_alt' => 'crdate', 'label_alt_force' => true, - 'sortby' => 'crdate', + 'sortby' => 'crdate DESC', 'tstamp' => 'tstamp', 'crdate' => 'crdate', 'cruser_id' => 'cruser_id',