-
Bug
-
Resolution: Fixed
-
Major
-
3.11
-
MOODLE_311_STABLE
-
MOODLE_311_STABLE
-
Discovered while testing MDLQA-15865
Adding a competency to a learning plan triggers an error when the competency is also added to a course.
To replicate:
create a new competency framework
add one competency
create a new learning plan
add the competency to the learning plan (should work fine)
go to a course and add the competency
create another new learning plan
add the competency to the learning plan
this results in the following error:
Coding error detected, it must be fixed by a programmer: Unexpected property showactivitydates
Error code: codingerror
line 145 of /lib/classes/external/exporter.php: coding_exception thrown
line 102 of /admin/tool/lp/classes/external/competency_summary_exporter.php: call to core\external\exporter->export()
line 125 of /lib/classes/external/exporter.php: call to tool_lp\external\competency_summary_exporter->get_other_values()
line 115 of /admin/tool/lp/classes/output/template_competencies_page.php: call to core\external\exporter->export()
line 530 of /admin/tool/lp/classes/external.php: call to tool_lp\output\template_competencies_page->export_for_template()
line 261 of /lib/externallib.php: call to tool_lp\external::data_for_template_competencies_page()
line 81 of /lib/ajax/service.php: call to external_api::call_external_function()
- has been marked as being related by
-
MDLQA-15865 CLONE - An administrator can create learning plans from a template
-
- Passed
-
-
MDLQA-15867 CLONE - A student can complete a learning plan derived from a template and future alterations to the plan will have no effect.
-
- Passed
-
- is a regression caused by
-
MDL-71235 Review and update existing web services to return the new fields and exported information from activities
-
- Closed
-