mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-49036 webservices: New ws gradereport_user_get_grades_table
This commit is contained in:
parent
88cd577ef3
commit
3a2ba74694
3 changed files with 284 additions and 1 deletions
|
@ -984,7 +984,8 @@ $services = array(
|
|||
'core_message_unblock_contacts',
|
||||
'core_message_get_contacts',
|
||||
'core_message_search_contacts',
|
||||
'core_message_get_blocked_users'
|
||||
'core_message_get_blocked_users',
|
||||
'gradereport_user_get_grades_table'
|
||||
),
|
||||
'enabled' => 0,
|
||||
'restrictedusers' => 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue