Skip to content

fix(assignments): show real display name to share recipients#7918

Open
solracsf wants to merge 1 commit intomainfrom
fixUserDisplayName
Open

fix(assignments): show real display name to share recipients#7918
solracsf wants to merge 1 commit intomainfrom
fixUserDisplayName

Conversation

@solracsf
Copy link
Copy Markdown
Member

@solracsf solracsf commented May 7, 2026

  • Resolves: #
  • Target version: main

Summary

Share recipients saw avatars rendered as a single letter from each user's UID (e.g. all "WTR…" UIDs collapsed to "W") instead of the proper display-name initials that the card owner saw.

User::getDisplayName() resolved names through IUserManager::getDisplayName($uid). Switched it to reading from the IUser object directly (with a UID fallback for deleted accounts), so collaborators on the same board always get real names.

Checklist

  • Code is properly formatted
  • Sign-off message is added to all commits
  • Tests (unit, integration, api and/or acceptance) are included
  • Documentation (manuals or wiki) has been updated or is not required

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 7, 2026

🐢 Performance warning.
It looks like the query count of the integration tests increased with this PR.
Database query count is now 96978 was 93102 (+4.16%)
Please check your code again. If you added a new test this can be expected and the base value in tests/integration/base-query-count.txt can be increased.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant