Skip to content
Snippets Groups Projects
Verified Commit e40b52a2 authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #85 order by label_status

parent 99049bcc
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ class StatusModelAbstract
$aReturn = DatabaseModel::select([
'select' => empty($aArgs['select']) ? ['*'] : $aArgs['select'],
'table' => ['status'],
'order_by' => ['identifier']
'order_by' => ['label_status']
]);
return $aReturn;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment