mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
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:
parent
b1376641d4
commit
ab3236199d
1 changed files with 1 additions and 0 deletions
|
@ -422,6 +422,7 @@ class external extends external_api {
|
||||||
'comppath' => competency_path_exporter::get_read_structure(),
|
'comppath' => competency_path_exporter::get_read_structure(),
|
||||||
))),
|
))),
|
||||||
'manageurl' => new external_value(PARAM_LOCALURL, 'Url to the manage competencies page.'),
|
'manageurl' => new external_value(PARAM_LOCALURL, 'Url to the manage competencies page.'),
|
||||||
|
'pluginbaseurl' => new external_value(PARAM_LOCALURL, 'Url to the course competencies page.'),
|
||||||
));
|
));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue