-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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-10-16] [$250] Expensify Card - On report fraud page, error does not redirect and can not be closed #49010
Comments
Triggered auto assignment to @garrettmknight ( |
@garrettmknight 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 |
ProposalPlease re-state the problem that we are trying to solve in this issue.
What is the root cause of that problem?
What changes do you think we should make in order to solve the problem?
// redirect to wallet page
Navigation.navigate(ROUTES.SETTINGS_WALLET.getRoute()); or // redirect to card page
Navigation.navigate(ROUTES.SETTINGS_WALLET_DOMAINCARD.getRoute(cardID)); here
What alternative solutions did you explore? (Optional)Reminder: Please use plain English, be brief and avoid jargon. Feel free to use images, charts or pseudo-code if necessary. Do not post large multi-line diffs or write walls of text. Do not create PRs unless you have been hired for this job. |
ProposalPlease re-state the problem that we are trying to solve in this issue.
What is the root cause of that problem?Issue 1: No redirect occurs after hitting the button, the button can be hit several times.
issue 2: Only after exiting the page and going back will the user notice an error message. This error message can not be deleted by tapping the "X" button.
What changes do you think we should make in order to solve the problem?Issue 1: No redirect occurs after hitting the button, the button can be hit several times.
const virtualCardError = ErrorUtils.getLatestErrorMessage(virtualCard) Issue 2: Only after exiting the page and going back will the user notice an error message. This error message can not be deleted by tapping the "X" button.
canDismissError: false,
if (item.cardID) {
Onyx.merge(`cardList`, {
[item.cardID]: {
errors: null,
},
});
return;
} What alternative solutions did you explore? (Optional) |
Job added to Upwork: https://www.upwork.com/jobs/~021834534968013390587 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @jayeshmangwani ( |
Proposal |
@user Your proposal will be dismissed because you did not follow the proposal template. |
Proposal What is the root cause of that problem? What changes do you think we should make in order to solve the problem? What alternative solutions did you explore? (Optional) |
Thanks for the proposals! @dominictb 's Proposal looks good to me. We’ll need to update the passed parameter in the Sidenote: I’m currently not receiving any error message when I press "Deactivate Card". @dominictb, if you can reliably reproduce this issue, please add it to the test steps in the PR. 🎀 👀 🎀 C+ reviewed |
Triggered auto assignment to @cead22, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
📣 @dominictb 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
Approving again to reassign the internal engineer, as Carlos is OOO. 🎀 👀 🎀 |
Triggered auto assignment to @dangrous, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
Went to staging yesterday. |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.46-5 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-10-16. 🎊 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:
|
|
@cead22, @garrettmknight, @dangrous, @jayeshmangwani, @dominictb Eep! 4 days overdue now. Issues have feelings too... |
Not overdue. Just undergoing payment process |
Payment Summary:
|
@jayeshmangwani request when you're ready! |
Confirming that the payment summary here is correct. |
$250 approved for @jayeshmangwani |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: v9.0.32-3
Reproducible in staging?: Y
Reproducible in production?: Y
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause Internal Team
Action Performed:
PreCond: User has Expensify Card set up and assigned
Expected Result:
User expects that after the loading spinner on the button, a redirect occurs
Actual Result:
No redirect occurs after hitting the button, the button can be hit several times. Only after exiting the page and going back will the user notice an error message. This error message can not be deleted by tapping the "X" button.
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6600158_1726074112762.Error_message_can_not_be_dismissed_.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @garrettmknightThe text was updated successfully, but these errors were encountered: