-
Improvement
-
Resolution: Fixed
-
Minor
-
2.2.3, 2.4.1, 2.5
-
MOODLE_22_STABLE, MOODLE_24_STABLE, MOODLE_25_STABLE
-
MOODLE_24_STABLE
-
wip-
MDL-32975-m25 -
In the My Courses block in 1.9.x, courses were sorted alphabetically without the ability to sort them any other way. (Line 41 of blocks/course_list/block_course_list.php)
In the new My Courses listing in 2.2.x navigation, courses are sorted by 'sortorder' - without the ability to sort them any other way. (Line 1062 of lib/navigationlib.php).
Why was there a change?
Our staff are enrolled in many courses (up to 20 or 30 in some cases), spread across many categories, and 'sortorder' makes no sense to them visually. The listing actually appears quite random now.
Would it be possible to add a flag in the navigation administration settings to 'Sort My Courses list alphabetically'?
On our site, I will need to hack the sort fields sent to function enrol_get_my_courses from 'visible DESC, sortorder ASC' to 'visible DESC, fullname ASC', which maintains the sort that our staff have been used to.
- caused a regression
-
MDL-38345 Error reading from database in http://qa.moodle.net/my/
- Closed
-
MDL-39014 navshowmycoursecategories doesn't work as expected
- Closed
- has a non-specific relationship to
-
MDL-77876 Navigation > Sort my Courses
- Closed
- has been marked as being related by
-
MDL-31830 Replacement for the course and category management pages
- Closed
-
MDL-38457 My courses sort order lang string fixes
- Closed
- will help resolve
-
MDL-14718 Course ID Number (numerical order?)
- Closed