-
Sub-task
-
Resolution: Fixed
-
Minor
-
2.5
-
MOODLE_25_STABLE
-
MOODLE_25_STABLE
-
wip-mdl-40469
-
With gradepublishing set, try export gradebook as plain text and you will see following warning:
Did you remember to call setType() for 'iprestriction'? Defaulting to PARAM_RAW cleaning.
|
|
line 1303 of /lib/formslib.php: call to debugging()
|
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
|
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
|
line 43 of /grade/export/txt/index.php: call to moodleform->moodleform()
|
While generating user key (Grades ► User keys ► Create user key), you will see following warning:
Did you remember to call setType() for 'iprestriction'? Defaulting to PARAM_RAW cleaning.
|
|
line 1303 of /lib/formslib.php: call to debugging()
|
line 281 of /lib/formslib.php: call to moodleform->detectMissingSetType()
|
line 202 of /lib/formslib.php: call to moodleform->_process_submission()
|
line 92 of /grade/export/key.php: call to moodleform->moodleform()
|