-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
3.3
-
MOODLE_33_STABLE
To reproduce:
- Create a competency framework.
- Add competencies to the framework.
- Create a course.
- Add competencies to the course.
- Create an assignment activity.
- Link one or more course competencies to the assignment.
- Go to the course competencies page.
- Expected
- The course competencies page will be rendered.
- Actual
- A coding error is being encountered:
Coding error detected, it must be fixed by a programmer: Unknown context to use for formatting the property 'name' in the exporter 'core_course\external\course_module_summary_exporter'. You either need to add 'context' to your related objects, or create the method 'get_format_parameters_for_name' and return the context from there.
More information about this error
×Debug info:
Error code: codingerror
×Stack trace:
line 219 of /lib/classes/external/exporter.php: coding_exception thrown
line 167 of /lib/classes/external/exporter.php: call to core\external\exporter->get_format_parameters()
line 148 of /admin/tool/lp/classes/output/course_competencies_page.php: call to core\external\exporter->export()
line 73 of /admin/tool/lp/classes/output/renderer.php: call to tool_lp\output\course_competencies_page->export_for_template()
line 386 of /lib/outputrenderers.php: call to tool_lp\output\renderer->render_course_competencies_page()
line 48 of /admin/tool/lp/coursecompetencies.php: call to plugin_renderer_base->render()
Continue
- A coding error is being encountered:
- Discovered while testing
-
MDL-40759 Use the Font Awesome icon font for all icons in Moodle
- Closed