-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
1.9.9
-
None
-
any
-
Any
-
MOODLE_19_STABLE
grade/report/index.php attempts to determine what the last grade report used is. If it cannot determine the last report, it uses 'grader' if available. If not, it uses 'user'. If both 'grader' and 'user' are unavailable (permissions don't allow) then it goes alphabetical. This prevents true modularity, i.e., plugin reports cannot become the default report.