mirror of
https://github.com/moodle/moodle.git
synced 2025-06-07 08:35:58 +02:00
MDL-67004 enrol: Include core_enrol_search_users in the mobile service
This commit is contained in:
parent
9f997f9bd7
commit
187b11f40d
@ -656,6 +656,7 @@ $functions = array(
|
|||||||
'ajax' => true,
|
'ajax' => true,
|
||||||
'type' => 'read',
|
'type' => 'read',
|
||||||
'capabilities' => 'moodle/course:viewparticipants',
|
'capabilities' => 'moodle/course:viewparticipants',
|
||||||
|
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
|
||||||
],
|
],
|
||||||
'core_enrol_get_users_courses' => array(
|
'core_enrol_get_users_courses' => array(
|
||||||
'classname' => 'core_enrol_external',
|
'classname' => 'core_enrol_external',
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
defined('MOODLE_INTERNAL') || die();
|
defined('MOODLE_INTERNAL') || die();
|
||||||
|
|
||||||
$version = 2019102200.00; // YYYYMMDD = weekly release date of this DEV branch.
|
$version = 2019102200.01; // YYYYMMDD = weekly release date of this DEV branch.
|
||||||
// RR = release increments - 00 in DEV branches.
|
// RR = release increments - 00 in DEV branches.
|
||||||
// .XX = incremental changes.
|
// .XX = incremental changes.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user