-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[Due for payment 2025-02-27] [$250] Taxes - App crashes when trying to disable tax rate. #56158
Comments
Triggered auto assignment to @abekkala ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.App crashes What is the root cause of that problem?In native, after we reload the app and the first time we call App/src/libs/actions/TaxRate.ts Line 212 in f60c647
Then the app crashes here App/src/libs/actions/TaxRate.ts Line 256 in f60c647
What changes do you think we should make in order to solve the problem?We should get the
App/src/libs/actions/TaxRate.ts Line 256 in f60c647
What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?None What alternative solutions did you explore? (Optional)NA 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. |
@abekkala Whoops! This issue is 2 days overdue. Let's get this updated quick! |
@abekkala Huh... This is 4 days overdue. Who can take care of this? |
@abekkala Now this issue is 8 days overdue. Are you sure this should be a Daily? Feel free to change it! |
ProposalPlease re-state the problem that we are trying to solve in this issue.App crashes when trying to disable tax rate after creating a new workspace. What is the root cause of that problem?This only happens when we open the tax rate page for the first time. No need to create a new workspace. When we toggle the tax, the policy here is undefined, so the taxes is undefined too. App/src/libs/actions/TaxRate.ts Lines 210 to 213 in 48520ec
So, when we try to access the tax App/src/libs/actions/TaxRate.ts Line 256 in 48520ec
It's undefined because
App/src/libs/actions/TaxRate.ts Lines 28 to 33 in 48520ec
It will only be evaluated when the imported function is called (doc). But when App/src/libs/actions/TaxRate.ts Lines 210 to 211 in 48520ec
This is one of the pitfall described on the doc linked above. What changes do you think we should make in order to solve the problem?We have a few options. First, instead of relying the policy data from Onyx.connect, we can pass the policy from the component because it's already available anyway.
Then pass the policy from the component.
OR We can disable inline requires in WorkspaceTaxesPage, but that means other import inline requires are also disabled. OR Import TaxRate without any module.
OR Create a file that contains the common onyx connection such as policy, import it like above in App.tsx and TaxRate can get the all policies data from that file. What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?N/A |
Job added to Upwork: https://www.upwork.com/jobs/~021889364840283872581 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @mollfpr ( |
Hi @abekkala, I'll be off the issue for C+ so could you un-assign me and re-assign the |
@parasharrajat That's great! |
I also can help review this issue if needed |
@parasharrajat can you review the proposals that have come in? Thanks! |
Interesting issue. A worthy catch @bernhardoj. I think we should raise this root cause on slack as well because it might be affecting the whole code base as we are moving to named imports. Need to check a few things that I will do tomorrow. |
@abekkala @parasharrajat this issue was created 2 weeks ago. Are we close to approving a proposal? If not, what's blocking us from getting this issue assigned? Don't hesitate to create a thread in #expensify-open-source to align faster in real time. Thanks! |
@bernhardoj has a point about the root cause. I like the first method suggested in their proposal. 🎀 👀 🎀 C+ reviewed |
Thank you @bernhardoj, let's proceed with your solution to pass the policy from the component. And thank you @parasharrajat for raising the wider issue in Slack! |
PR is ready cc: @parasharrajat |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.1.1-6 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 2025-02-27. 🎊 For reference, here are some details about the assignees on this issue:
|
@parasharrajat @abekkala @parasharrajat The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed. Please copy/paste the BugZero Checklist from here into a new comment on this GH and complete it. If you have the K2 extension, you can simply click: [this button] |
PAYMENT SUMMARY FOR FEB 27
|
Payment Summary
BugZero Checklist (@abekkala)
|
BugZero Checklist:
Bug classificationSource of bug:
Where bug was reported:
Who reported the bug:
Regression Test ProposalTest:
Do we agree 👍 or 👎 |
Requested in ND. |
posting again for better visibility for payee: PAYMENT SUMMARY FOR FEB 27
Thank you! 🎉 |
Payment requested as per #56158 (comment) |
$250 approved for @parasharrajat |
$250 approved for @bernhardoj |
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.93-1
Reproducible in staging?: Yes
Reproducible in production?: Yes
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: Yes, repro on both
If this was caught during regression testing, add the test name, ID and link from TestRail: #55192
Email or phone of affected tester (no customers): applausetester+bm456@applause.expensifail.com
Issue reported by: Applause Internal Team
Device used: Android and IOS
App Component: Workspace Settings
Action Performed:
Expected Result:
App shouldn't crash
Actual Result:
App crashes
Workaround:
Unknown
Platforms:
Screenshots/Videos
https://github.com/user-attachments/assets/0d63e0eb-d327-432e-a895-46c35a23bcce
Bug6729510_1738324887963!log.txt
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @abekkalaThe text was updated successfully, but these errors were encountered: