-
Improvement
-
Resolution: Fixed
-
Minor
-
3.9, 3.10, 4.0
-
MOODLE_310_STABLE, MOODLE_39_STABLE, MOODLE_400_STABLE
-
MOODLE_310_STABLE
-
MDL-68909-master -
-
Moppies Kanban
When accessing the H5P editor (for instance, via the content bank), all the files are temporarily uploaded to the component='core_h5p' and filearea='editor'. Although these files are copied to the correct component/filearea&friends once the content is saved, these temporary files are never removed.
There are several approaches/things to look at here (not necessarily all they should be done... it will depend on the findings):
- Create a clean task for removing the files with component='core_h5p' and filearea='editor' older than 1 day (or so).
- Check if these temporary files can be removed once they are moved to the content.
- Check if draft files might replace this component/filearea.
Although this issue has been created as an improvement, if these files are not removed at any point they may collision with existing (but unused) files... so if this issue is not fixed soon, it might become a bug
- has a non-specific relationship to
-
MDL-69530 Final deprecation of \core_h5p\file_storage::EDITOR_FILEAREA constant
- Closed
- has been marked as being related by
-
MDL-66769 Create a task to clean up unused H5P content
- Closed
- Testing discovered
-
MDL-69531 "Paste and replace" in H5P editor is not working as expected with images
- Open
- will be (partly) resolved by
-
MDL-69729 Clean up temporary H5P editor files (backport of MDL-68909)
- Closed