-
Bug
-
Resolution: Fixed
-
Major
-
3.3.5, 3.4.2, 3.5
-
MOODLE_33_STABLE, MOODLE_34_STABLE, MOODLE_35_STABLE
-
MOODLE_34_STABLE, MOODLE_35_STABLE, MOODLE_36_STABLE
-
MDL-62320-master -
- Log in as an admin.
- Go to "Site administration / Server / File types".
- Confirm that json is under extension column.
-
GDPR Followup Sprint 1
While preparing the unit tests for MDL-62240 I've realised that JSON is not enabled by default. That means that, when exporting data, the extension is lost if the file exceeds the long limit, because JSON is not in the mime types list (so it's not treated as an known extension).
We should add JSON to the default mime types list now that we're using for the privacy export (to make sure all the files preserve the .json extension).
- Discovered while testing
-
MDL-62240 Export fails if some of the paths has more than 255 characters
- Closed