Skip to content

Commit

Permalink
Merge branch 'MDL-52924-master' of git://github.com/jleyva/moodle
Browse files Browse the repository at this point in the history
Conflicts:
	version.php
  • Loading branch information
David Monllao committed Mar 21, 2016
2 parents 52c6e15 + bdf1ac2 commit b756bd5
Show file tree
Hide file tree
Showing 6 changed files with 931 additions and 317 deletions.
10 changes: 10 additions & 0 deletions mod/assign/db/services.php
Expand Up @@ -180,4 +180,14 @@
'capabilities' => 'mod/assign:view',
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE)
),

'mod_assign_get_submission_status' => array(
'classname' => 'mod_assign_external',
'methodname' => 'get_submission_status',
'classpath' => 'mod/assign/externallib.php',
'description' => 'Returns information about an assignment submission status for a given user.',
'type' => 'read',
'capabilities' => 'mod/assign:view',
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE)
),
);

0 comments on commit b756bd5

Please sign in to comment.