-
Bug
-
Resolution: Fixed
-
Minor
-
3.9.6
-
MOODLE_39_STABLE
-
MOODLE_310_STABLE, MOODLE_39_STABLE
-
When exporting user tours it has ICS format instead of JSON
- Login as administrator
- Navigate to Site administration -> Appearance -> User Tours
- Click on Tour repository
- Download one of the tours
- Navigate to Site administration -> Appearance -> User Tours
- Click on Import tour and upload the downloaded tour
- Add 'Ensure that the newly imported tour works as expected.'
- Click on the tour Export tour icon for the tour you just imported or some existing tour.
- The exported file will have ics extension which is not correct
Looks like bug was from beginning https://github.com/moodle/moodle/blame/511a87f5fc357f18a4c53911f6e6c7f7b526246e/admin/tool/usertours/classes/manager.php#L448
- Discovered while testing
-
MDLQA-15894 CLONE - Import and Export user tour
- Passed