MDL-67004 enrol: Include core_enrol_search_users in the mobile service

This commit is contained in:
Dani Palou 2019-10-23 12:59:34 +02:00
parent 9f997f9bd7
commit 187b11f40d
2 changed files with 2 additions and 1 deletions

View File

@ -656,6 +656,7 @@ $functions = array(
'ajax' => true,
'type' => 'read',
'capabilities' => 'moodle/course:viewparticipants',
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
],
'core_enrol_get_users_courses' => array(
'classname' => 'core_enrol_external',

View File

@ -29,7 +29,7 @@
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.
// .XX = incremental changes.