Details
-
Bug
-
Resolution: Fixed
-
Major
-
2.8.8, 2.9, 3.3.4, 3.4.1, 3.8.3, 3.9.1, 3.10
Description
Go to the single view grader report.
Notice that the heading for the name is "First name (Alternate name) Surname"
Name information in the actual table looks incorrect as well.
grade/report/singleview/classes/local/screen/grade.php function original_headers() is a good place to look.
...
|
get_string('firstname') . ' (' . get_string('alternatename') . ') ' . get_string('lastname'),
|
...
|
Attachments
Issue Links
- is duplicated by
-
MDL-68340 Single View does not respect User Policies settings
-
- Closed
-