mirror of
https://github.com/moodle/moodle.git
synced 2025-06-04 07:06:45 +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,
|
||||
'type' => 'read',
|
||||
'capabilities' => 'moodle/course:viewparticipants',
|
||||
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
|
||||
],
|
||||
'core_enrol_get_users_courses' => array(
|
||||
'classname' => 'core_enrol_external',
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user