MDL-54980 mod_assign: Add WS list_participants to the Mobile service

This commit is contained in:
Juan Leyva 2016-06-21 15:30:58 +01:00
parent 49619ce243
commit 23717c804d
2 changed files with 3 additions and 2 deletions

View file

@ -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(