mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-54980 mod_assign: Add WS list_participants to the Mobile service
This commit is contained in:
parent
49619ce243
commit
23717c804d
2 changed files with 3 additions and 2 deletions
|
@ -198,7 +198,8 @@ $functions = array(
|
|||
'description' => 'List the participants for a single assignment, with some summary info about their submissions.',
|
||||
'type' => 'read',
|
||||
'ajax' => true,
|
||||
'capabilities' => 'mod/assign:view, mod/assign:viewgrades'
|
||||
'capabilities' => 'mod/assign:view, mod/assign:viewgrades',
|
||||
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE)
|
||||
),
|
||||
|
||||
'mod_assign_submit_grading_form' => array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue