-
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-09-10] [$250] Workspace - RBRs displayed on every workspace after quitting adding bank VBA & starting over #48167
Comments
Triggered auto assignment to @dangrous ( |
Triggered auto assignment to @garrettmknight ( |
👋 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:
|
We think that this bug might be related to #wave-collect - Release 1 |
ProposalPlease re-state the problem that we are trying to solve in this issue.Workspace - RBRs displayed on every workspace after quitting adding bank VBA & starting over What is the root cause of that problem?When we quit when adding the bank details in half way, then trying to reconnect and click start over, the reimbursement account (bank account) errors returning empty object
What changes do you think we should make in order to solve the problem?We can replace the const reimbursementAccountBrickRoadIndicator = reimbursementAccount?.errors ? CONST.BRICK_ROAD_INDICATOR_STATUS.ERROR : undefined; To: const reimbursementAccountBrickRoadIndicator = !isEmptyObject(reimbursementAccount?.errors) ? CONST.BRICK_ROAD_INDICATOR_STATUS.ERROR : undefined; What alternative solutions did you explore? (Optional) |
Job added to Upwork: https://www.upwork.com/jobs/~0180cfb0a524c49cdc |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @paultsimura ( |
Reproduced, opening up. @dangrous I'm not 100% sure we need to block the deploy for this one since it's a pretty niche issue and ultimately a UI issue so far as I can tell. What do you think? |
Edited by proposal-police: This proposal was edited at 2024-08-28 13:05:27 UTC. ProposalPlease re-state the problem that we are trying to solve in this issue.Workspace - RBRs displayed on every workspace after quitting adding bank VBA & starting over What is the root cause of that problem?When we call App/src/libs/actions/ReimbursementAccount/resetFreePlanBankAccount.ts Lines 78 to 81 in 1bb1131
Lines 4468 to 4478 in 1bb1131
What changes do you think we should make in order to solve the problem?In default data we can either remove Lines 4468 to 4478 in 1bb1131
Note: removing What alternative solutions did you explore? (Optional)In backend response the data is set to App/src/libs/actions/ReimbursementAccount/resetFreePlanBankAccount.ts Lines 78 to 82 in 1bb1131
|
Reviewing now 👀 |
Current assignee @dangrous is eligible for the choreEngineerContributorManagement assigner, not assigning anyone new. |
Hwy @paultsimura, thanks for the review! I appreciate the feedback, but I think using isEmptyObject might be more of a workaround. When we're starting over, we don't need Lines 1121 to 1122 in dc5aaeb
|
@Nodebrute we use
IMO, we should stick to it and fix the RBR handling as in the selected proposal. |
@paultsimura Thank you for clarifying. I appreciate it! |
works for me! assigning @NJ-2020 |
📣 @paultsimura 🎉 An offer has been automatically sent to your Upwork account for the Reviewer role 🎉 Thanks for contributing to the Expensify app! |
📣 @NJ-2020 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
PR Ready cc: @paultsimura |
Deployed to production: #48231 (comment) |
Regression Test Proposal
Do we agree 👍 or 👎 |
Payment Summary:
|
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: 9.0.25-10
Reproducible in staging?: Y
Reproducible in production?: unable to check
Issue was found when executing this PR: #47841
Issue reported by: Applause Internal Team
Action Performed:
Expected Result:
There should not be no RBRs
Actual Result:
The RBR is displayed on every workspace
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6584835_1724812499936.Recording__725.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: