-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[HOLD for payment 2024-03-25] Invite - Selected contacts with names disappeared from the invite listing page #38324
Comments
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
|
Triggered auto assignment to @rlinoz ( |
@rlinoz FYI I haven't added the External label as I wasn't 100% sure about this issue. Please take a look and add the label if you agree it's a bug and can be handled by external contributors |
We think that this bug might be related to #vip-vsp |
ProposalPlease re-state the problem that we are trying to solve in this issue.Invite - Selected contacts with names disappeared from the invite listing page What is the root cause of that problem?the condition at this line has filter out the selected contacts from the list. Due to function check includes What changes do you think we should make in order to solve the problem?Change condition to const isPartOfSearchTerm = option.text?.toLowerCase().includes(searchValue) || option.login?.toLowerCase().includes(searchValue);
return isPartOfSearchTerm || isOptionInPersonalDetails; What alternative solutions did you explore? (Optional) |
This is already a bug in prod when inviting someone to a room, so removing the blocker label. |
Triggered auto assignment to @trjExpensify ( |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.53-2 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2024-03-25. 🎊 For reference, here are some details about the assignees on this issue:
|
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
👋 checklist time here please, @ishpaul777. |
The PR that introduced the bug has been identified. Link to the PR: #34956 The offending PR has been commented on, pointing out the bug it caused and why, so the author and reviewers can learn from the mistake. Link to comment: https://github.com/Expensify/App/pull/34956/files#r1548644054 Determine if we should create a regression test for this bug. - yes Regression test proposal: Precondition: Have a user who has the display name completely different than the email, use this user in step 8 and 9
Do we agree 👍 or 👎 |
Thanks! Applause caught this with those regression steps, so I don't think we need to add a new one. Payment summary as follows:
|
Thanks offer accepted! @trjExpensify |
Paid! |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: 1.4.52-0
Reproducible in staging?: Y
Reproducible in production?: N
If this was caught during regression testing, add the test name, ID and link from TestRail: N/A
Email or phone of affected tester (no customers): applausetester+omq1@applause.expensifail.com
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: Applause - Internal Team
Slack conversation:
Issue found when executing PR #34993
Action Performed:
(applausetester+101321@applause.expensifail.com applausetester+omd10@applause.expensifail.com )
Expected Result:
Selected contacts should be displayed on top of the listing page
Actual Result:
Contacts with first and last names set in the profile disappeared from the listing page when users selected them
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6412901_1710372788470.RPReplay_Final1710372738.mp4
View all open jobs on GitHub
Issue Owner
Current Issue Owner: @trjExpensifyThe text was updated successfully, but these errors were encountered: