-
Bug
-
Resolution: Fixed
-
Minor
-
3.7.4, 3.7.5, 3.8.1, 3.8.2, 3.9
-
MOODLE_37_STABLE, MOODLE_38_STABLE, MOODLE_39_STABLE
-
MOODLE_37_STABLE, MOODLE_38_STABLE
-
MDL-67672-master -
If you set for example
fullnamedisplay : firstname lastname (or in the example below 'language' which corresponds to the same in english)
alternativefullnameformat : lastname firstname
(in admin/settings.php?section=userpolicies)
then there's an inconsistency in the UI which is hard to explain to users.
Why should the user menu name not be fullnamedisplay as well ('Admin' being set as firstname and 'User' being set as lastname in the screenshot below)?
(fullname() is called with parameter true in https://github.com/moodle/moodle/blob/master/user/lib.php#L856)
- has a non-specific relationship to
-
MDLQA-6672 An administrator can display additional names for users
- Open
- has been marked as being related by
-
MDL-68707 Assignment: Decouple bulk download folder names from 'alternativefullnameformat'
- Open
- Testing discovered
-
MDL-68334 As soon as fullnamedisplay and alternativefullnameformat differ, names in footer and user menu differ
- Closed