fix: [UI] Attribute search sort by date fixed

pull/5158/head
iglocska 2019-09-13 13:51:17 +02:00
parent 0a1165dead
commit 76b1b05a9e
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
</div>
<?php
$headers = array(
$this->Paginator->sort('date'),
$this->Paginator->sort('timestamp', __('Date')),
$this->Paginator->sort('event_id'),
$this->Paginator->sort('Event.orgc_id', __('Org')),
$this->Paginator->sort('category'),