-
Bug
-
Resolution: Fixed
-
Minor
-
3.5.4, 3.6.2
-
MOODLE_35_STABLE, MOODLE_36_STABLE
-
MOODLE_37_STABLE
-
MDL-64823_master -
Mobile plugins listed as part of the tool_mobile/disabledfeatures use keys in the format 'remoteAddOn_' . $plugin['component'] . '' . $plugin['addon']. However, when the app checks this setting to decide if a plugin is disabled in CoreSite.isFeatureDisabled(), it looks for 'sitePlugin' . $plugin['component'] . '_' . $plugin['addon']. This means its impossible to disable a mobile plugin.