History details.timeline ASC order (not reverse as history.view)
This commit is contained in:
parent
43e626d32d
commit
bc1df78120
|
@ -116,7 +116,7 @@
|
|||
->join('id_action', $actions)
|
||||
->select('id_history')
|
||||
->select('timestamp')
|
||||
->orderby('timestamp', Rows::ORDER_DESC);
|
||||
->orderby('timestamp', Rows::ORDER_ASC);
|
||||
|
||||
return $history->fetch();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue