-
Bug
-
Resolution: Fixed
-
Minor
-
3.7, 3.8
-
MOODLE_37_STABLE, MOODLE_38_STABLE
-
MOODLE_37_STABLE
-
MDL-65515-master -
The one function that is required for new installs and upgrades is badges_install_default_backpacks() which creates the backpacks:
This function does not do any custom logic, it just makes DB queries to insert the backpacks using constants. Those constants and the function should be split into a separate location so they can be called during install/upgrade without loading the rest of the badges functions / constants.
- Discovered while testing
-
MDL-63262 Add support to Open Badges 2.0 platforms
- Closed