-
Bug
-
Resolution: Done
-
Minor
-
4.3.0
-
-
MOODLE_403_STABLE
-
MOODLE_404_STABLE
-
Moodle Apps - 2024 i1.1
When storing the cached assets data in saveCachedAssets, we were supposed to store the asset hash but the code is storing the library name instead. This means that the cached assets won't be deleted when using the deleteCachedAssets because the files won't be found.
I think this doesn't cause any problem for the H5P packages, but it could leave some unused files in the storage so we should fix it.