Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.10
-
Fix Version/s: 3.10
-
Component/s: Administration
-
Testing Instructions:
-
Affected Branches:MOODLE_310_STABLE
-
Fixed Branches:MOODLE_310_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-68797-master -
Pull Master Diff URL:
Description
This is the moodle core component of MOBILE-3432.
We will add a new setting to the Site administration > Mobile app > Mobile features admin screen. This setting will take the form of an autocomplete element, which allows a list of file MIME types to be set, for sending to the app. (I'm not sure if there is already an admin_setting subclass for an autocomplete field? If not this might need to be created along similar lines to MoodleQuickForm_autocomplete).
The source of file types that can be searched for in the autocomplete field will be the list returned by core_filetypes::get_types(), so admins can search for filetypes by extension, mime type or name. This means the searchable list will default to the types defined core_filetypes::get_default_types(), and additional types can be defined using tool_filetypes.
Attachments
Issue Links
- has to be finished together with
-
MOBILE-3432 Implement file type exclusion list for mobile
-
- Closed
-