Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.6.3, 3.0
-
MOODLE_26_STABLE, MOODLE_30_STABLE
-
MOODLE_29_STABLE, MOODLE_30_STABLE
-
MDL-45934-master -
Description
When a backup of a course that has completion tracking enabled is restored into the same course, the course has completion tracking disabled after the restore.
Steps to reproduce:
- Make sure completion tracking is enabled on the site.
- Create a course with completion tracking enabled for the course.
- Create at least one activity that uses completion tracking.
- Make a backup of the course with default settings.
- Restore the backup as a new course.
- In the new course, edit the course settings and note that completion tracking is enabled. This is expected.
- Go back to the original course and restore the backup into the same (original) course, choosing to delete the contents of the existing course.
- Access the course settings page and note that completion tracking is disabled. It is expected that it would be enabled.
Workaround: Completion tracking can be enabled manually and the completion settings on the individual activities will be maintained.