Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3271c39
)
MDL-65153 competencies: Urls course competencies
author
Damyon Wiese
<damyon@moodle.com>
Fri, 22 Mar 2019 05:16:38 +0000
(13:16 +0800)
committer
Damyon Wiese
<damyon@moodle.com>
Fri, 22 Mar 2019 05:16:38 +0000
(13:16 +0800)
The template for the course competencies page expects a pluginbaseurl parameter
but the webservice that fetches when rendered by AJAX is missing this property.
admin/tool/lp/classes/external.php
patch
|
blob
|
blame
|
history
diff --git
a/admin/tool/lp/classes/external.php
b/admin/tool/lp/classes/external.php
index
f798e7d
..
fb45954
100644
(file)
--- a/
admin/tool/lp/classes/external.php
+++ b/
admin/tool/lp/classes/external.php
@@
-425,6
+425,7
@@
class external extends external_api {
),
))),
'manageurl' => new external_value(PARAM_LOCALURL, 'Url to the manage competencies page.'),
+ 'pluginbaseurl' => new external_value(PARAM_LOCALURL, 'Url to the course competencies page.'),
));
}