Skip to content
Snippets Groups Projects
Commit 7226d3f0 authored by Vinciane's avatar Vinciane
Browse files

FIX #9901 Order by id desc

parent fee6614f
No related branches found
No related tags found
No related merge requests found
......@@ -190,7 +190,7 @@ class NoteModel
'select' => $aArgs['select'],
'where' => ['identifier = ?'],
'data' => [$aArgs['resId']],
'order_by' => ['identifier desc']
'order_by' => ['id desc']
]);
$notes = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment