mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Merge branch 'MDL-81609_main' of https://github.com/marxjohnson/moodle
This commit is contained in:
commit
f445245b9e
@ -808,7 +808,8 @@ $functions = array(
|
||||
'description' => 'Get the list of potential users to enrol',
|
||||
'ajax' => true,
|
||||
'type' => 'read',
|
||||
'capabilities' => 'moodle/course:enrolreview'
|
||||
'capabilities' => 'moodle/course:enrolreview',
|
||||
'readonlysession' => true,
|
||||
),
|
||||
'core_enrol_search_users' => [
|
||||
'classname' => 'core_enrol_external',
|
||||
|
Loading…
x
Reference in New Issue
Block a user