mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-47162 core_message: Add course id to message eventdata
This commit is contained in:
parent
577bd70d38
commit
cc350fd9c8
34 changed files with 345 additions and 76 deletions
|
@ -119,6 +119,8 @@ information provided here is intended especially for developers.
|
|||
* Webservice function mod_assign_get_submissions returns a new field 'gradingstatus' from each submission.
|
||||
* The return signature for the antivirus::scan_file() function has changed.
|
||||
The calling function will now handle removal of infected files from Moodle based on the new integer return value.
|
||||
* The first parameter $eventdata of \core\manager::send_message() should be \core\message. usage of \stdClass is depecated.
|
||||
* message_sent::create_from_ids has an additional required parameter $courseid with a default value of SITEID.
|
||||
|
||||
=== 3.1 ===
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue