Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 3.3, 3.4
-
Fix Version/s: 3.3.1
-
Component/s: Dashboard (My home)
-
Labels:
-
Testing Instructions:
- 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
-
Affected Branches:MOODLE_33_STABLE, MOODLE_34_STABLE
-
Fixed Branches:MOODLE_33_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-59297_myoverview_error -
Pull Master Diff URL:
Description
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
Attachments
Issue Links
- is a regression caused by
-
MDL-58136 Make list of courses in flat nav match courses in course overview "In progress" tab.
-
- Closed
-