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

FIX #9901 Order by identifier desc

parent 797b66c7
No related branches found
No related tags found
No related merge requests found
...@@ -190,7 +190,7 @@ class NoteModel ...@@ -190,7 +190,7 @@ class NoteModel
'select' => $aArgs['select'], 'select' => $aArgs['select'],
'where' => ['identifier = ?'], 'where' => ['identifier = ?'],
'data' => [$aArgs['resId']], 'data' => [$aArgs['resId']],
'order_by' => ['identifier'] 'order_by' => ['identifier desc']
]); ]);
$notes = []; $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