From 33e132248c34a89c4d01ff8e6677cd86733b2adb Mon Sep 17 00:00:00 2001 From: NicoDucou Date: Tue, 20 Jun 2023 11:11:04 +0200 Subject: [PATCH] Session: fix session list ordering, restore commit c54685608fd03afccc0799e95071de7bf908ad37 remove by error -refs BT#15055 --- main/inc/ajax/model.ajax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/inc/ajax/model.ajax.php b/main/inc/ajax/model.ajax.php index 8be2f91d0f..b3aed8470c 100755 --- a/main/inc/ajax/model.ajax.php +++ b/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(