-
Bug
-
Resolution: Fixed
-
Minor
-
3.0.5, 3.1.1, 3.2
-
MOODLE_30_STABLE, MOODLE_31_STABLE, MOODLE_32_STABLE
-
MOODLE_30_STABLE, MOODLE_31_STABLE
-
MDL-55804_master -
While working on MDL-22078 I've noticed that start date and end date were not set as defaults.
There are two different issues:
- moodleforms dateselector (datetimeselector as well) are not returning values through moodleforms::_prepareValue so 'defaults' field name prefix is not converted into a 1 array level
- https://github.com/moodle/moodle/blob/master/admin/tool/uploadcourse/classes/course.php#L635 should be applied to the csv values, not to the default values
I think this has never been tested.
- blocks
-
MDL-22078 Course End Date
-
- Closed
-