Tracking: Change display order of learning paths on "my progress" page to show them by display_order and name

pull/5867/head
juancp-contidosdixitais 11 months ago committed by GitHub
parent 0adcba5ad6
commit bd060311a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      main/inc/lib/tracking.lib.php

@ -8981,7 +8981,7 @@ class Tracking
$user->getId(), $user->getId(),
$courseInfo, $courseInfo,
$sessionId, $sessionId,
'lp.publicatedOn ASC', null,
true, true,
$category->getId(), $category->getId(),
false, false,

Loading…
Cancel
Save