-
Improvement
-
Resolution: Fixed
-
Minor
-
3.6, 3.7
-
MOODLE_36_STABLE, MOODLE_37_STABLE
-
MOODLE_38_STABLE
-
MDL-64032-master -
There are three different places where you can create or edit enrolments:
- Enrol users pop-up, accessed by clicking 'Enrol users' on the enrolled users screen .../user/index.php?id=2
- Edit enrolment pop-up, accessed by clicking the 'Edit enrolment' icon.
- The old enrol users UI .../enrol/manual/manage.php?enrolid=123
1 & 3 show start date and enrolment duration.
2 shows enrolment start and end dates (which is more useful for us).
We would like it to be consistent, and include end date everywhere. That probably means having both end date and duration, with a disabledIf rule, so you can set one or the other, but not both.
- Testing discovered
-
MDL-66339 When system time does not match user profile time, dates in enrolment modal are wrong
- Open