Skip to content

Commit bd06031

Browse files
Tracking: Change display order of learning paths on "my progress" page to show them by display_order and name
1 parent 0adcba5 commit bd06031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/inc/lib/tracking.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8981,7 +8981,7 @@ function ($columHeader, $key) use ($trackingColumns) {
89818981
$user->getId(),
89828982
$courseInfo,
89838983
$sessionId,
8984-
'lp.publicatedOn ASC',
8984+
null,
89858985
true,
89868986
$category->getId(),
89878987
false,

0 commit comments

Comments
 (0)