mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
Merge branch 'MDL-71610-master' of git://github.com/bmbrands/moodle
This commit is contained in:
commit
34a0ba3232
110 changed files with 769 additions and 265 deletions
|
@ -2785,7 +2785,13 @@ $functions = array(
|
|||
'type' => 'read',
|
||||
'ajax' => true,
|
||||
],
|
||||
|
||||
'core_change_editmode' => [
|
||||
'classname' => 'core\external\editmode',
|
||||
'methodname' => 'change_editmode',
|
||||
'description' => 'Change the editing mode',
|
||||
'type' => 'write',
|
||||
'ajax' => true,
|
||||
],
|
||||
);
|
||||
|
||||
$services = array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue