-
Sub-task
-
Resolution: Duplicate
-
Major
-
None
-
2.6
-
MOODLE_26_STABLE
-
BACKEND Sprint 6
delete events should just identify the data and put the full original record to the snapshot cache.
$event = \core\event\blog_entry_deleted::create(array(
|
'objectid' => $this->id,
|
'relateduserid' => $this->userid,
|
'other' => array('record' => (array) $record)
|
));
|
1/ replace record with post id + subject in blog/locallib.php method blog_entry::delete()
- duplicates
-
MDL-42584 there should be no user submitted html text in event description
-
- Closed
-