-
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-29] [HOLD for payment 2024-10-25] Invoice - Merchant and date options not displayed on confirmation page #51078
Comments
Triggered auto assignment to @dylanexpensify ( |
Triggered auto assignment to @Beamanator ( |
💬 A slack conversation has been started in #expensify-open-source |
👋 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 #vip-bills |
Edited by proposal-police: This proposal was edited at 2024-10-18 10:24:48 UTC. ProposalPlease re-state the problem that we are trying to solve in this issue.The Merchant and date options are missing on the confirmation page What is the root cause of that problem?We fallback to
But in case of invoice, pay or send, we do not use tab navigator. For those IOU types, the request type is always So if we previously select Distance tab in Submit expense flow, the open Send invoice, the transaction request type would be
That's why we also see a map showing in confirmation page if you granted location permission: What changes do you think we should make in order to solve the problem?Rewrite the request type logic to include the condition to use tab navigator:
transaction?.iouRequestType ?? (iouType !== CONST.IOU.TYPE.SEND && iouType !== CONST.IOU.TYPE.PAY && iouType !== CONST.IOU.TYPE.INVOICE ? selectedTab : 'manual') |
Hmm @mkzie2 I'm not seeing the map displayed like you are, and I checked that my iPhone does have location permission granted 🤔 |
Oh now I see it - if you select distance first, then go to the send invoice page, i do see the map 👍 |
Reproducible steps:
@Beamanator Can you try |
@mkzie2 as before, do you think you can help figure out the PR which caused this bug? I really appreciate the work you've been doing helping solve blockers recently 🙏 |
cc @bernhardoj & @rayane-djouah as the author & C+ of #51040 - can y'all take a look here? |
BTW @mkzie2 you should get compensated for the fix, assuming we go with your fix 🙏 👍 |
PR approved |
Merged! |
CPing soon |
Fixed in staging. web_stg.mp4 |
woohoo! thanks! |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.50-8 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-25. 🎊 |
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:
|
@Beamanator We can close this issue |
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.51-4 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-29. 🎊 |
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:
|
Just to confirm, @rayane-djouah and @bernhardoj are being paid on #50098, right? |
Summarizing payment on this issue: Contributor: @mkzie2 $250, sent offer via Upwork: https://www.upwork.com/nx/wm/offer/104597365 |
@sakluger yes |
I sent an email to @mkzie2 to remind them to accept the Upwork payment. |
@sakluger Done 🙏 |
Thank you! We're all done here. |
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: 9.0.50.6
Reproducible in staging?: Y
Reproducible in production?: N
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: Y
If this was caught during regression testing, add the test name, ID and link from TestRail: https://expensify.testrail.io/index.php?/tests/view/5095136
Issue reported by: Applause Internal Team
Action Performed:
Expected Result:
The Merchant and date options are displayed on the confirmation page
Actual Result:
The Merchant and date options are missing on the confirmation page
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6638415_1729223334114.IMG_0511.mp4
View all open jobs on GitHub
Issue Owner
Current Issue Owner: @saklugerThe text was updated successfully, but these errors were encountered: