mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
* Cleanup edit enrolment form. * Improve edit enrol form validation error message. * Add modal custom data flag to edit enrolment form to hide action buttons if loaded via fragment. * Point return URLs of edit enrolment and user unenrol pages back to participants page.
ENROLMENT MODULES ----------------- (Yes, that's the correct English spelling ;-) ) All enrolment modules must extend base class enrol_plugin which is defined in lib/enrollib.php. You can find documentation of each method in the base class.