Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.8.7, 2.9, 3.0
-
Component/s: Other
-
Testing Instructions:
- Check that notes are enabled in Advanced Features
- Create several notes for different users (site, course and personal notes)
- Delete that notes and check that everything works as expected
-
Affected Branches:MOODLE_28_STABLE, MOODLE_29_STABLE, MOODLE_30_STABLE
-
Fixed Branches:MOODLE_28_STABLE, MOODLE_29_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-50816-master -
Pull Master Diff URL:
Description
The warning structure is not correct, I noticed also that the condition for displaying the warning is never met since $DB->delete_records always return true and the warning or error messages were incorrect.