-
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-12-19] [$250] Split distance-Distance amount reverts to original amount when saving distance without editing #52241
Comments
Triggered auto assignment to @anmurali ( |
Edited by proposal-police: This proposal was edited at 2024-11-08 13:31:14 UTC. ProposalPlease re-state the problem that we are trying to solve in this issue.Split distance-Distance amount reverts to original amount when saving distance without editing What is the root cause of that problem?We are only submitting waypoints to the backend when the old address and the new one are different
but in this case it is the same and we should revert the transaction back to it's back up value App/src/pages/iou/request/step/IOURequestStepDistance.tsx Lines 226 to 230 in 8a83e2b
but that only happens transactionWasSaved is false but we already set it to true here
so now in money request view we will see the routes.route0.distance that was populated via useFetchRoute when we opened the distance pageApp/src/pages/iou/request/step/IOURequestStepDistance.tsx Lines 88 to 93 in 8a83e2b
What changes do you think we should make in order to solve the problem?For editing case, we only don't want to restore the transaction if the old and new address are different. So we should set transactionWasSaved to true above here
change App/src/pages/iou/request/step/IOURequestStepDistance.tsx Lines 447 to 448 in 8a83e2b
so the transaction will be restored from the backup on clicking submit without changing the waypoints Side Note: Line 4228 in 8a83e2b
What alternative solutions did you explore? (Optional)We can also clear
|
@anmurali Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
Triggered auto assignment to @Christinadobrzyn ( |
Job added to Upwork: https://www.upwork.com/jobs/~021856609239459283873 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @allroundexperts ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.In Step 8, after saving distance without changing the waypoints, Distance field reverts to the original distance, but the amount does not change. What is the root cause of that problem?When we create a split distance, the sub-transaction has If we open the distance edit page, the Then the transaction is not reverted to the previous App/src/pages/iou/request/step/IOURequestStepDistance.tsx Lines 448 to 450 in c24d217
What changes do you think we should make in order to solve the problem?When we edit the waypoint we should only update And add We shouldn't update like the first proposal because it causes the transaction to be reverted here after we change the waypoint
What alternative solutions did you explore? (Optional)NA |
hey @allroundexperts this one is kinda weird (at least I think so) let me know if you need any questions answered from the team about expectations here. I think it's pretty clear but I had a hard time narrowing down the issue. |
@allroundexperts, @Christinadobrzyn Huh... This is 4 days overdue. Who can take care of this? |
This comment was marked as outdated.
This comment was marked as outdated.
Triggered auto assignment to @blimpich, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
@allroundexperts @nkdengineer 's proposal is exactly as mine. I think both of you misunderstood my proposal.
is the same as what I said to exclude the case for
And this part of his solution
I have already stated: App/src/pages/iou/request/step/IOURequestStepDistance.tsx Line 461 in 8a83e2b IOU.updateMoneyRequestDistance({ @nkdengineer has mislead you with his comments @allroundexperts Please re-take a look at my proposal 👍 cc @blimpich |
|
The root cause of the issue has no relation with whether it is a split distance request or not. The result of the problem only gets visible for split distance request because we populate the distance with the splitted amount for split request and the fact that we are not reverting the transaction will be visible in this case because the distance will be set to the unsplitted/full amount. And the problem should be solved for all cases and that's why it is not important and I didn't mention. |
I reviewed this again. Specifically, I tried to test if the transaction would be reverted after we change the waypoint. Although it seemed like that would be the case initially, but upon inserting the proposal code in the app, I wasn't able to verify that. @nkdengineer can you elaborate the following more?
|
@allroundexperts this is my mistake, I missed the first step when reading the proposal.
In general theory, if we do not change the address, nothing will happen even if we don't restore the transaction from the backup. So if we don't explain what happened to the split distance, it won't be clear why this bug happens. |
@blimpich, @allroundexperts, @Christinadobrzyn Whoops! This issue is 2 days overdue. Let's get this updated quick! |
@allroundexperts Please let's proceed with this. Thx |
@blimpich, @allroundexperts, @Christinadobrzyn 6 days overdue. This is scarier than being forced to listen to Vogon poetry! |
Hi @allroundexperts can you provide an update on this? I'm catching up after some ooo and not sure where we are. TY! |
@nkdengineer Thanks for being honest here. Given that the transaction is not reverted, I'd agree with @FitseTLT that @nkdengineer's proposal is almost the same as @FitseTLT. As such, Let's go with @FitseTLT. 🎀 👀 🎀 C+ reviewed |
Current assignee @blimpich is eligible for the choreEngineerContributorManagement assigner, not assigning anyone new. |
📣 @FitseTLT 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
@FitseTLT just checking on the PR. Thanks! |
monitoring PR #53628 |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.74-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-12-19. 🎊 For reference, here are some details about the assignees on this issue:
|
@allroundexperts @Christinadobrzyn @allroundexperts 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] |
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.59-0
Reproducible in staging?: Y
Reproducible in production?: Y
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: Y
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause Internal Team
Action Performed:
Expected Result:
In Step 7, if saving distance without changing the waypoints is meant to revert the split distance to the original distance, it should also reflect the changes in expense amount, receipt and expense preview.
Actual Result:
In Step 8, after saving distance without changing the waypoints, Distance field reverts to the original distance, but the amount does not change.
The receipt and expense preview still show the old amount and old distance.
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6658639_1731058374015.20241108_172430.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @ChristinadobrzynThe text was updated successfully, but these errors were encountered: