MDL-53346 competencies: Show user learning plans

On the course competencies page, show the user their learning plans
that contain each of the course competencies.
This commit is contained in:
Damyon Wiese
2019-02-06 08:33:55 +08:00
parent c092f75791
commit c0417b04ff
9 changed files with 164 additions and 5 deletions
+3
View File
@@ -420,6 +420,9 @@ class external extends external_api {
))
),
'comppath' => competency_path_exporter::get_read_structure(),
'plans' => new external_multiple_structure(
plan_exporter::get_read_structure()
),
))),
'manageurl' => new external_value(PARAM_LOCALURL, 'Url to the manage competencies page.'),
));