#3404 closed defect (bug) (fixed)
Users display_name problems in rare cases [with patch]
Reported by: | slaFFik | Owned by: | slaFFik |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Members | Keywords: | has-patch |
Cc: |
Description
One user on my local install doesn't have fullname and display_name. so In the loops he is displaying without name at all - just an avatar. Bad.
I created a patch, that behaves using this logic:
1) if no fullname - use display_name (default)
2) if no default name - use nice_name, which is username in most cases.
So in rare cases users will be have at least nice_name instead of nothing.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
Is user_nicename always guaranteed to be set?