Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
2.2.7, 2.3.4, 2.4.1
-
MOODLE_22_STABLE, MOODLE_23_STABLE, MOODLE_24_STABLE
-
MOODLE_26_STABLE
-
wip-mdl-38155
-
-
BACKEND Sprint 6
Description
What I would like is the ability to suspend a users enrolment in certain courses using the Upload Users Admin tool.
Currently the only way to stop a users enrolment is to manually remove them, set the enrolment period, or suspend them. The only one that can be done through the tool is setting the enrolment period to something greater than 0.
I know there is a suspendeded column but that is for the entire site(right? its not in the docs). I don't know if another column should be added or if we could use the enrolX column. Currently anything above 0 sets the enrolment date. 0 removes the end date of enrolment. Could we have -1 equal suspended enrolment.
Thoughts?