mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
MDL-54602 webservice: Remove core_grades_update_grades from mobile
This commit is contained in:
parent
b8474fe0c7
commit
5b76f88cb5
@ -403,7 +403,6 @@ $functions = array(
|
||||
'methodname' => 'update_grades',
|
||||
'description' => 'Update a grade item and associated student grades.',
|
||||
'type' => 'write',
|
||||
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
|
||||
),
|
||||
'core_grading_get_definitions' => array(
|
||||
'classname' => 'core_grading_external',
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$version = 2016062300.00; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
$version = 2016062300.01; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
// RR = release increments - 00 in DEV branches.
|
||||
// .XX = incremental changes.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user