Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.9, 2.9.3
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_29_STABLE
-
Fixed Branches:MOODLE_29_STABLE, MOODLE_30_STABLE
-
Pull from Repository:
-
Pull Master Branch:
-
Pull Master Diff URL:
Description
If a course is set to use a specific theme and the teacher is viewing the various grade reports, clicking on the "overview report" within the course grades area results in the theme switching to the site default theme instead of the course specific theme.
I suspect this is due to the use of require_login(null) in grade/report/overview/index.php - if $courseid is set we should probably pass $course into require_login.