Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.8.3
-
Fix Version/s: 2.9
-
Component/s: Files API, Web Services
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_28_STABLE
-
Fixed Branches:MOODLE_29_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-30239-master -
Pull Master Diff URL:
Description
Some fields in the files table are not returned in the current function core_files_get_files ;
timecreated
timemodified
hash
userid
mimetype
filesize
...
It seems that only the ones required by the mobile client are returned
Since in 2.3 it's going to be some improvements in the File handling (mew tables and fields for the current tables) I think it's a good time for adding this new returned values