mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
Merge branch 'MDL-67883-squash' of https://github.com/Chocolate-lightning/moodle
This commit is contained in:
commit
618b13e1f5
87 changed files with 5262 additions and 41 deletions
|
@ -671,6 +671,14 @@ $functions = array(
|
|||
'type' => 'read',
|
||||
'ajax' => true,
|
||||
),
|
||||
'core_course_get_activity_chooser_footer' => array(
|
||||
'classname' => 'core_course_external',
|
||||
'methodname' => 'get_activity_chooser_footer',
|
||||
'classpath' => 'course/externallib.php',
|
||||
'description' => 'Fetch the data for the activity chooser footer.',
|
||||
'type' => 'read',
|
||||
'ajax' => true,
|
||||
),
|
||||
'core_course_toggle_activity_recommendation' => array(
|
||||
'classname' => 'core_course_external',
|
||||
'methodname' => 'toggle_activity_recommendation',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue