Skip to content

WEBUI-2054: webui changes related to uuid 2025#3200

Open
Nishant0928 wants to merge 2 commits into
lts-2025from
feat-WEBUI-2054-webui-changes-related-to-uuid-2025
Open

WEBUI-2054: webui changes related to uuid 2025#3200
Nishant0928 wants to merge 2 commits into
lts-2025from
feat-WEBUI-2054-webui-changes-related-to-uuid-2025

Conversation

@Nishant0928
Copy link
Copy Markdown
Contributor

@Nishant0928 Nishant0928 commented May 29, 2026

Copilot AI review requested due to automatic review settings May 29, 2026 10:12
@Nishant0928 Nishant0928 requested a review from a team as a code owner May 29, 2026 10:12
@Nishant0928 Nishant0928 requested review from madhurkulshrestha-hyland and vaibhavagarwal4-lab and removed request for a team May 29, 2026 10:12
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates _displayUser in nuxeo-app to prefer user.properties.username (then user.name) over user.id when the user has no first/last name. This supports the "uuid 2025" change where user.id may now be a UUID rather than a human-readable username, so the profile drawer should not display a raw UUID.

Changes:

  • Replace the result = user.id fallback with result = (user.properties && user.properties.username) || user.name || user.id so a username is shown when available.

@sonarqubecloud
Copy link
Copy Markdown

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants