-
Bug
-
Resolution: Fixed
-
Blocker
-
2.4
-
MOODLE_24_STABLE
-
MOODLE_26_STABLE
-
MDL-39153-master -
-
5
-
BACKEND Sprint 1
As per comment of Damyon Wiese to MDL-29472, "Context is considered internal to Moodle - and not exposed to webservices. It should not be sent as a parameter or returned in a response"
FILE: enrol/externallib.php
FUNCTION: unassign_roles_parameters()
PARAMETER: 'contextid' => new external_value(PARAM_INT, 'The context to unassign the user role from'),
- has been marked as being related by
-
MDL-39152 core_role_assign_roles ws function contains contextid as parameter, which is not correct
- Closed