mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 03:46:42 +02:00
MDL-69194 user: make core_user_update_users return warnings
Add unit test coverage for the new warning scenarios.
This commit is contained in:
parent
6e7d77d11c
commit
8281261b5a
4 changed files with 69 additions and 9 deletions
|
@ -1,5 +1,12 @@
|
|||
This files describes API changes for code that uses the user API.
|
||||
|
||||
=== 4.0 ===
|
||||
|
||||
* External function core_user_external::update_users() will now fail on a per user basis. Previously if one user
|
||||
update failed all users in the operation would fail.
|
||||
* External function core_user_external::update_users() now returns an error code and message to why a user update
|
||||
action failed.
|
||||
|
||||
=== 3.11 ===
|
||||
|
||||
* Added new core_user/form_user_selector JS module that can be used as the 'ajax' handler for the autocomplete form
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue