Opened 3 years ago
Closed 3 years ago
#15528 closed defect (bug) (fixed)
Show first name and last name for users in network/admin users
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Administration | Version: | 3.1 |
| Severity: | normal | Keywords: | has-patch dev-reviewed |
| Cc: |
Description
We display the user's first name + last name in siteadmin users list-table but use the display name in the network admin users list-table.
Jane suggested using first name + last name in both places.
Attachments (1)
Change History (4)
- Keywords dev-reviewed added
- Owner set to PeteMall
- Status changed from new to assigned
Note: See
TracTickets for help on using
tickets.

Looks good.
For another ticket, I guess: Noticing that these aren't translatable, in either table. Probably not a regression, but shouldn't this be %1$s %2$s with a translator's comment of Translators: %1 first name, %2 last name, for languages that flip these? I think that would also require a new sorting algorithm as well.