default base page sort contents by created date
This commit is contained in:
@@ -126,7 +126,7 @@ class Base extends ControllerBase {
|
||||
->condition('langcode', $lang)
|
||||
->range($this->offset, $this->limit)
|
||||
->accessCheck(TRUE)
|
||||
->sort('changed', 'DESC');
|
||||
->sort('created', 'DESC');
|
||||
// ->condition('field_example', 'test_value')
|
||||
$this->results = $this->query->execute();
|
||||
|
||||
|
Reference in New Issue
Block a user