Skip to content

resource owners: Render username with display name to avoid confusion #636

@benbroadaway

Description

@benbroadaway

const renderTitle = (e: UserEntry) => (e.displayName ? e.displayName : e.name);

It's possible for multiple users (different usernames) to have the same display name. This can be a tad confusing in the UI when viewing at existing owners of resources. Some format like Display name (username) or Display Name - username should suffice.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions