-
Improvement
-
Resolution: Fixed
-
Minor
-
2.3.5, 2.4.2
-
MOODLE_23_STABLE, MOODLE_24_STABLE
-
MOODLE_25_STABLE
-
wip-mdl-38494
-
When uploading users via csv, custom datetime fields are not validated or converted to the correct format for database storage. The field should be stored as a unix timestamp in the user_info_data table, but is stored as a text string instead.
My patch adds preprocessing to the datetime profile field type.
- caused a regression
-
MDL-38877 Upload users with datetime custom field should return null if it's not within limits.
- Closed