-
Bug
-
Resolution: Fixed
-
Minor
-
4.3 regressions, 4.3.6, 4.4 regressions, 4.4.2
The changes in MDL-58287 mean that the function get_sorted_course_formats will only include course formats that are installed.
This function is used by \core\plugininfo\format::get_plugins which is the function used to get the list of course formats that exist, on installation, when checking dependencies. (I.e. this should not only return plugins that are already installed.)
As a result, if any plugin has a dependency on any course format, it is impossible to do a fresh Moodle install.