Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.5.12, 3.7.6, 3.8.3, 3.9.1, 3.10, 4.0
-
Component/s: User management, User Tours
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_310_STABLE, MOODLE_35_STABLE, MOODLE_37_STABLE, MOODLE_38_STABLE, MOODLE_39_STABLE, MOODLE_400_STABLE
-
Fixed Branches:MOODLE_38_STABLE, MOODLE_39_STABLE
-
Pull from Repository:
-
Pull 3.8 Branch:
MDL-69014-38 -
Pull 3.9 Branch:
MDL-69014-39 -
Pull 3.10 Branch:
MDL-69014-310 -
Pull Master Branch:
-
Pull Master Diff URL:
Description
User tours store a couple of user preferences for each tour:
- the last time that the user completed the tour
- the last time that the user specifically re-requested the tour
It seems that we do not remove these preferences when a user deletes a tour. We should.