Default sort order for timesamps: desc

pull/3536/head
StefanKelm 2018-08-07 16:07:21 +02:00 committed by GitHub
parent 7d0963bcb7
commit 18c6ff0c9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
<?php echo $this->Paginator->sort('type', __('Type'));?>
</th>
<th>
<?php echo $this->Paginator->sort('timestamp', __('Created'));?>
<?php echo $this->Paginator->sort('timestamp', __('Created'), array('direction' => 'desc'));?>
</th>
</tr>
<?php foreach ($shadowAttributes as $event):?>