-
Bug
-
Resolution: Fixed
-
Minor
-
3.1
-
MOODLE_31_STABLE
-
MOODLE_31_STABLE
-
MDL-54623-master -
The following error is being displayed when opening the assignment grading page with a student that has an ID number that contains special characters.
idnumber => Invalid response value detected: Invalid external api response: the value is "'<99-35517>&"", the server was expecting "notags" typeError code: invalidresponse
From the error message, it seems that the expected value for the ID number is PARAM_NOTAGS, but I recall that this has been changed to PARAM_RAW in core_user.