Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.6.6, 2.6.7, 2.8.3
-
MOODLE_26_STABLE, MOODLE_28_STABLE
-
MOODLE_27_STABLE, MOODLE_28_STABLE
-
MDL-49311-master -
-
Team Beards Sprint 5
Description
Go to your course and check "Home > Current course > YOUR COURSE > Participants". I think the commit broke the ordering function.
I restore sort table col key "lastuseraccess" to "lastaccess" it seems work fine.
if (!isset($hiddenfields['lastaccess'])) {
|
$table->sortable(true, 'lastaccess', SORT_DESC);
|
} else {
|
$table->sortable(true, 'firstname', SORT_ASC);
|
}
|
Pull Diff URL
Master https://github.com/moodle/moodle/compare/master...papillon326:master
2.8 https://github.com/moodle/moodle/compare/MOODLE_28_STABLE...papillon326:patch-1
2.7 https://github.com/moodle/moodle/compare/MOODLE_27_STABLE...papillon326:patch-3
Attachments
Issue Links
- is a regression caused by
-
MDL-32275 enrol/users.php shows last access to the platform but not last access to the course
-
- Closed
-