-
Improvement
-
Resolution: Fixed
-
Minor
-
2.8.8, 2.9.2
-
MOODLE_28_STABLE, MOODLE_29_STABLE
-
MOODLE_31_STABLE
-
Submission and feedback plugins are able to add assignment events to the Moodle calendar, and the events are hidden / deleted as expected, but there are a couple of non-intuitive consequences:
- a debug message is emitted when assign::update_calendar() is called
- the event is deleted if the assignment due date is removed
It would be useful if these side-effects could be removed so that subplugins are able to add calendar events if they want to.