MDL-65153 competencies: Urls course competencies
The template for the course competencies page expects a pluginbaseurl parameter but the webservice that fetches when rendered by AJAX is missing this property.
This commit is contained in:
@@ -422,6 +422,7 @@ class external extends external_api {
|
||||
'comppath' => competency_path_exporter::get_read_structure(),
|
||||
))),
|
||||
'manageurl' => new external_value(PARAM_LOCALURL, 'Url to the manage competencies page.'),
|
||||
'pluginbaseurl' => new external_value(PARAM_LOCALURL, 'Url to the course competencies page.'),
|
||||
));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user