-
New Feature
-
Resolution: Fixed
-
Minor
-
3.8.6, 3.9.3, 3.10
-
MOODLE_310_STABLE, MOODLE_38_STABLE, MOODLE_39_STABLE
-
MOODLE_311_STABLE
-
The screens where you create, view, edit and delete settings overrdies for quizzes just show the username. This is not very helpful if you have several people called "Martin Dougiamas" in your course.
These screens should obey $CFG->showuseridentity.
Specifically:
- mod/quiz/overrides.php&mode=user should include all the identity fields in the table.
- overrideedit.php?action=adduser and overrideedit.php?id=123 should show the identity fields in the select user autocomplete.
- overridedelete.php should show the identity fields when confirming which override to delete - if you are deleting a user override.