-
Bug
-
Resolution: Fixed
-
Blocker
-
3.3.5, 3.4.2, 3.5
-
MOODLE_33_STABLE, MOODLE_34_STABLE, MOODLE_35_STABLE
-
MOODLE_33_STABLE, MOODLE_34_STABLE
-
wip-
MDL-62035-master -
Generally speaking when data is deleted for a context, all comments are deleted.
However comments are stored with:
- contextid
- component
- area
- itemid
These are already used for the export, but only the contextid is used in the deletion.
Although, in most cases, when deleting for one context you'll delete all comments, this must not be assumed. There can be legitimate reasons to keep data from comments.
One example:
The tool_privacy tool may allow for comments relating to a delete request. These comments form part of the response and there is a strong business reason not to delete the comments.
We must update the comments provider to take more than just contextid for deletion.
- blocks
-
MDL-61877 Implement core_privacy for core_competency
-
- Closed
-