Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show email or group name in place of ID in AttachModal #7454

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

eladlachmi
Copy link
Contributor

Closes #7453

Change Description

This PR fixes the AttachModal to display email for users and name for groups, with a fallback to id for other entities. In any case, the id property is used when calling any callbacks, so that API calls continue to use the id.

@eladlachmi eladlachmi added bug Something isn't working area/UI Improvements or additions to UI labels Feb 12, 2024
@eladlachmi eladlachmi self-assigned this Feb 12, 2024
@eladlachmi eladlachmi added the include-changelog PR description should be included in next release changelog label Feb 12, 2024
@eladlachmi eladlachmi requested review from N-o-Z and removed request for nopcoder February 12, 2024 14:09
Copy link

E2E Test Results - DynamoDB Local - Local Block Adapter

10 passed

Copy link
Member

@N-o-Z N-o-Z left a comment

Choose a reason for hiding this comment

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

LGTM!
Do we have tests that cover these changes?

@eladlachmi eladlachmi merged commit 278bf4a into master Feb 12, 2024
39 of 42 checks passed
@eladlachmi eladlachmi deleted the 7453-display-selected-email branch February 12, 2024 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/UI Improvements or additions to UI bug Something isn't working include-changelog PR description should be included in next release changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: The user ID is displayed instead of email in the "Selected" list of the "Add to Group" dialog
2 participants