Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.2.1
-
-
MOODLE_32_STABLE
-
MOODLE_33_STABLE
-
Moodle Mobile 3.3.0
Description
Right now, when we perform a PTR in a resource (mod_resource, page, etc.) we invalidate ALL files, so they have to be downloaded again. Since the user is now able to delete the downloaded files, we shouldn't invalidate those that have a right revision/timemodified.
The hard part is to invalidate only some of the files in the resource, since right now all of them have the same component+componentId.
Also, when a user clicks to synchronize a site we invalidate all the files in the site. Maybe we shouldn't do that.