diff --git a/src/EventInstanceListBuilder.php b/src/EventInstanceListBuilder.php index e11326d89d9b342e6889e5f3a7d1cb5105c46043..4cd5d8634661cb8b734815704f0a24f7c7d236df 100644 --- a/src/EventInstanceListBuilder.php +++ b/src/EventInstanceListBuilder.php @@ -143,7 +143,7 @@ class EventInstanceListBuilder extends EntityListBuilder { */ protected function getEntityIds() { $query = $this->getStorage()->getQuery() - ->sort('changed', 'ASC'); + ->sort('changed', 'DESC'); // Only add the pager if a limit is specified. if ($this->limit) {