chg: [decaying:simulation] Disabled sorting on score (will be

implemented in the next `decaying` version)
pull/5154/head
mokaddem 2019-09-13 09:23:07 +02:00
parent d78d407f9b
commit 83ec51ac7c
No known key found for this signature in database
GPG Key ID: 164C473F627A06FA
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@
$this->Paginator->sort('comment', __('Comment')),
sprintf('<span title="%s">%s', $attrDescriptions['signature']['desc'], $this->Paginator->sort('IDS')),
__('Sightings'),
$this->Paginator->sort('decay_score.score', __('Score')),
// $this->Paginator->sort('decay_score.score', __('Score')),
__('Score'),
);
foreach ($headers as $k => &$header) {
$header = sprintf('<th>%s</th>', $header);