-
Improvement
-
Resolution: Fixed
-
Minor
-
4.2.7, 4.3, 4.3.4, 4.4
-
MOODLE_402_STABLE, MOODLE_403_STABLE, MOODLE_404_STABLE
-
MOODLE_405_STABLE
-
MDL-81609_main -
core_enrol_get_potential_users, the external function called when searching for new users to enrol on the Participants page, can take a long time on a site with a large number of users. Currently this request holds a session lock, but it doesn't need one as it doesn't make any changes to the session.
We should add 'readonlysession' => true to the external function definition.