-
Bug
-
Resolution: Fixed
-
Minor
-
3.1.2
-
- Download a SCORM.
- Go to the file system and check that the ZIP file was deleted, only the unzipped folder is left.
-
MOODLE_31_STABLE
-
MOODLE_31_STABLE
-
Moodle Mobile 3.1.3
Now the function _getFilePath, called from _removeFileById, relies on the extension stored in the filepool object. The problem is that we're removing the filepool entry at the same time we're calling _getFilePath, creating a race condition. If the filepool object is removed fast, the delete of the physical file will fail.
- blocks
-
MOBILE-1729 Decrease usage of getFiles in prefetch delegate
- Closed