mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-32941 parameters moved on top level, little performance improvement, filter and format the description, browse all sub categories level and adjust checks
This commit is contained in:
parent
d4a246bc3b
commit
dd5e31f3cb
2 changed files with 115 additions and 66 deletions
|
@ -381,9 +381,9 @@ $functions = array(
|
|||
'classname' => 'core_course_external',
|
||||
'methodname' => 'get_categories',
|
||||
'classpath' => 'course/externallib.php',
|
||||
'description' => 'Return category details',
|
||||
'description' => 'Return categories details',
|
||||
'type' => 'read',
|
||||
'capabilities'=> 'moodle/category:viewhiddencategories',
|
||||
'capabilities'=> '',
|
||||
),
|
||||
|
||||
'moodle_course_get_courses' => array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue