Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.3.2, 3.3.3
-
Fix Version/s: 3.3.5
-
Component/s: Enrolments
-
Labels:
-
Testing Instructions:
-
Difficulty:Easy
-
Affected Branches:MOODLE_33_STABLE
-
Fixed Branches:MOODLE_33_STABLE
-
Pull from Repository:
Description
Go to:
- Site administration
- Language
- Language customisation
- English (en)
Search in core -> moodle.php for the identifier fullnamedisplay and change its value from{$a->firstname} {$a->lastname}
to
{$a->lastname}, {$a->firstname}
Now go to:
- [a course in which you are the manager]
- Participants
- [dropdown menu with cogwheel symbol in the top right]
- Enrolled users
The header of the first column now looks like this:
[[lastname,]] / First name / Email address
|
But it should look like this:
Surname / First name / Email address
|