Merge pull request #3399 from StefanKelm/2.4

Default sort order for timestamp in attribute view
pull/3409/head
Andras Iklody 2018-06-28 15:19:53 +02:00 committed by GitHub
commit d2684407c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@
?>
<th class="context hidden"><?php echo $this->Paginator->sort('id');?></th>
<th class="context hidden">UUID</th>
<th><?php echo $this->Paginator->sort('timestamp', 'Date');?></th>
<th><?php echo $this->Paginator->sort('timestamp', 'Date', array('direction' => 'desc'));?></th>
<?php
if ($extended):
?>