-
Bug
-
Resolution: Fixed
-
Critical
-
3.3, 3.4
-
MOODLE_33_STABLE, MOODLE_34_STABLE
-
MOODLE_33_STABLE
-
MDL-59297_myoverview_error -
- Set theme to Clean
- Make sure completion tracking is disabled for the site
- Visit dashboard page as a user enrolled in some courses
- Check there is no fatal error
When using theme_clean and with completion tracking disabled for the site, course/lib.php does not get included before function \block_myoverview\output\courses_view::export_for_template() calls function course_classify_for_timeline().
This results in a fatal error:
Call to undefined function block_myoverview\output\course_classify_for_timeline() in /home/davo/public_html/sruc/blocks/myoverview/classes/output/courses_view.php on line 88
- is a regression caused by
-
MDL-58136 Make list of courses in flat nav match courses in course overview "In progress" tab.
- Closed