Skip to content

Commit

Permalink
MDL-54980 mod_assign: Add WS list_participants to the Mobile service
Browse files Browse the repository at this point in the history
  • Loading branch information
jleyva committed Jun 21, 2016
1 parent 49619ce commit 23717c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion mod/assign/db/services.php
Expand Up @@ -198,7 +198,8 @@
'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(
Expand Down
2 changes: 1 addition & 1 deletion mod/assign/version.php
Expand Up @@ -25,6 +25,6 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'mod_assign'; // Full name of the plugin (used for diagnostics).
$plugin->version = 2016052300; // The current module version (Date: YYYYMMDDXX).
$plugin->version = 2016052301; // The current module version (Date: YYYYMMDDXX).
$plugin->requires = 2016051900; // Requires this Moodle version.
$plugin->cron = 60;

0 comments on commit 23717c8

Please sign in to comment.