-
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
Split scan - Empty tax row in split confirmation page which leads to crash #38260
Comments
Triggered auto assignment to @stephanieelliott ( |
👋 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 @marcaaron ( |
@stephanieelliott 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.Empty tax row in split confirmation page which leads to crash What is the root cause of that problem?the tax row is shown even though the tax rate is empty What changes do you think we should make in order to solve the problem?we need to update the const shouldShowTax = isPolicyExpenseChat && policy && lodashGet(policy, 'tax.trackingEnabled', policy.isTaxTrackingEnabled) && !_.isEmpty(taxRates); |
Seems possibly related to one of these: @mountiny or @luacmartins probably knows |
This seems more related to #38111. @yuwenmemon @dukenv0307 @mananjadhav could you please check? |
Also, we need to keep the consistency in the type of the taxRates. Object or Array? |
Nice find @dukenv0307. If this is related to enabling the tax feature in NewDot, this is not a blocker then since that feature is still WIP and only internal people have access to that. It should also be solved here |
Still held on #38234 |
This can come off hold. I think it can be retested now! |
Hey @m-natarajan can you check me on the above? It seems like this is either no longer happening, or we need to add more details to |
@luacmartins, @stephanieelliott Whoops! This issue is 2 days overdue. Let's get this updated quick! |
I think this has been fixed by #38234. We're good to close. |
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: 1.4.52-0
Reproducible in staging?: y
Reproducible in production?: new feature
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):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: applause internal team
Slack conversation:
Action Performed:
Precondition:
Expected Result:
There will be no empty row in confirmation page.
Actual Result:
There is an empty row in confirmation page, which crashes the app when clicked on it.
Workaround:
unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6412858_1710369778260.bandicam_2024-03-14_03-58-42-377.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: