-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
1.9.9, 2.0
-
None
-
all, 1.95 gradebook forward including 2.0
-
Any
-
MOODLE_19_STABLE, MOODLE_20_STABLE
In grade/report/user/lib.php there is a function called grade_report_userprofile who's purpose AFICS is to set up whatever happens to be the user report of choice. If this function was called by anything it could be redefined in the lib.php file for the alternate user report but it does not appear to be called by anything and therefore the default user report is hardcoded into such things as the overview report and the grader report. Seems like a great idea that didn't quite get completed. Pretty hard to develop modular plugins when hacks need to be made in various areas to allow for the the "plugging in".