-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.0
-
MOODLE_400_STABLE
There is no option to include or exclude badges from the duplicate, but even using the site defaults for backup and restore, with both set to default badges to ON, badges were still not maintained in a course copy. I initially thought this was a backup/restore controller issue, but after looking a little deeper, inside the webservice function, after the backup and restore controllers had been created, just prior to execution, calling
$controller->get_plan()->get_setting('badges')>get_value(); |
for both controllers were both showing true, so there must be something deeper in the controller preventing the badges from coming across