Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 3.5
-
Fix Version/s: 3.5
-
Component/s: Privacy
-
Labels:
-
Testing Instructions:
- This is covered by unit tests.
-
Affected Branches:MOODLE_35_STABLE
-
Fixed Branches:MOODLE_35_STABLE
-
Epic Link:
-
Pull from Repository:
-
Pull Master Branch:wip-
MDL-62289-master -
Pull Master Diff URL:
Description
Reading some feedback after a reply I've noticed that we are calling delete_data_for_all_users_in_context instead of delete_data_for_user. It should be ok to call delete_data_for_all_users_in_context providing a context_user, but we should also call delete_data_for_user.