mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-55956 mod_assign: Remove calendar events with 'open' eventtype
Remove creation of calendar events for mod_assign with eventtype = 'open'. Since mod_assign instance creation only creates a calendar event for the due date, there's no point in creating an override event for an event type that does not exist.
This commit is contained in:
parent
f52459bbbe
commit
f7a9bca847
3 changed files with 22 additions and 30 deletions
|
@ -2,6 +2,8 @@ This files describes API changes in the assign code.
|
|||
|
||||
=== 3.3 ===
|
||||
* Fixed calendar event types for overridden due dates from 'close' to 'due'.
|
||||
* Removed calendar event type of 'open', since mod_assign only has the 'due' event type. No point in creating an override event
|
||||
for an event type that does not exist.
|
||||
|
||||
=== 3.2 ===
|
||||
* External function mod_assign_external::get_assignments now returns additional optional fields:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue