Session: fix session list ordering, restore commit c54685608f remove by error -refs BT#15055

ofaj
NicoDucou 2 years ago
parent 5213b58554
commit 33e132248c
  1. 2
      main/inc/ajax/model.ajax.php

@ -1858,7 +1858,7 @@ switch ($action) {
} else {
$sidx = in_array($sidx, $columns) ? $sidx : 'name';
}
$orderBy = "$sidx $sord";
$orderBy = "$sidx $sord, s.name";
if ($list_type === 'simple' || $list_type === 'custom') {
$result = SessionManager::get_sessions_admin(

Loading…
Cancel
Save