-
Bug
-
Resolution: Fixed
-
Minor
-
2.8
-
MOODLE_28_STABLE
-
MDL-46678-master -
-
5
-
BACKEND Sprint 15
Index.php has the following hardcoded sql
$sql = "SELECT u.id, ".$DB->sql_concat('u.lastname', "' '", 'u.firstname')."
|
FROM {user} u
|
JOIN {grade_grades_history} ggh ON ggh.usermodified = u.id
|
JOIN {grade_items} gi ON gi.id = ggh.itemid
|
WHERE gi.courseid = :courseid
|
GROUP BY u.id
|
ORDER BY u.lastname ASC, u.firstname ASC";
|
It needs to be moved to an api.
- is blocked by
-
MDL-46573 Improve the SQL queries of the history report
-
- Closed
-