Skip to content

Commit

Permalink
Sortierung der Historyliste - neueste zuerst
Browse files Browse the repository at this point in the history
  • Loading branch information
dergel committed Jun 20, 2024
1 parent 6737610 commit 01570ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/manager/pages/data_history.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
`table_name` = ' . $sql->escape($table->getTableName());

$list = rex_list::factory($listQuery, defaultSort: [
'timestamp' => 'asc',
'timestamp' => 'desc',
'hid' => 'asc',
]);
$list->addFormAttribute('class', 'history-list');
Expand Down

0 comments on commit 01570ea

Please sign in to comment.