mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
Merge branch 'MDL-75235' of https://github.com/paulholden/moodle
This commit is contained in:
commit
0fb9cdedbb
11 changed files with 244 additions and 14 deletions
|
@ -2781,6 +2781,12 @@ $functions = array(
|
|||
'type' => 'write',
|
||||
'ajax' => true,
|
||||
],
|
||||
'core_reportbuilder_set_filters' => [
|
||||
'classname' => 'core_reportbuilder\external\filters\set',
|
||||
'description' => 'Set filter values for given report',
|
||||
'type' => 'write',
|
||||
'ajax' => true,
|
||||
],
|
||||
'core_dynamic_tabs_get_content' => [
|
||||
'classname' => 'core\external\dynamic_tabs_get_content',
|
||||
'description' => 'Returns the content for a dynamic tab',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue