mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
MDL-65211 enrol: Return if user is being completion tracked
This commit is contained in:
parent
0920f35ed9
commit
dfcf8342fb
3 changed files with 10 additions and 0 deletions
|
@ -9,6 +9,8 @@ information provided here is intended especially for developers.
|
|||
- totalusers: Number users matching the search. (This element only exists if the function is called with $returnexactcount param set to true).
|
||||
* enrolledusercount is now optional in the return value of get_users_courses() for performance reasons. This is controlled with the new
|
||||
optional returnusercount parameter (default true).
|
||||
* External function core_enrol_external::get_users_courses now returns a new field "completionusertracked" that indicates if the
|
||||
given user is being tracked for completion.
|
||||
|
||||
=== 3.6 ===
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue