-
Notifications
You must be signed in to change notification settings - Fork 3k
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 2023-07-17] [HOLD for payment 2023-07-14] Not able to split money on back button #22302
Comments
Triggered auto assignment to @puneetlath ( |
Bug0 Triage Checklist (Main S/O)
|
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open
|
Current assignee @puneetlath is eligible for the Engineering assigner, not assigning anyone new. |
ProposalPlease re-state the problem that we are trying to solve in this issue.Back button ends the split bill page after open user detail page. What is the root cause of that problem?The following code is called if clicks the user on the split bill confirmation page. App/src/components/MoneyRequestConfirmationList.js Lines 199 to 204 in a2a521d
The Money Request page and the Profile page are separate screens, seperate RHP flows. App/src/libs/Navigation/linkTo.js Lines 80 to 90 in a2a521d
Therefore clicking back will close the modal and end the split bill process. What changes do you think we should make in order to solve the problem?According to the above code comments, replacing routes when changing flow is intended. - if (targetName === NAVIGATORS.RIGHT_MODAL_NAVIGATOR) {
+ if (targetName === NAVIGATORS.RIGHT_MODAL_NAVIGATOR && minimalAction.payload.name !== 'Profile') { What alternative solutions did you explore? (Optional)None. |
Looks like something related to As a reminder, please make sure that all proposals are not workarounds and that any and all attempt to fix the issue holistically have been made before proceeding with a solution. Proposals to change our Feel free to drop a note in #expensify-open-source with any questions. |
Same underlying cause as this issue. I'm going to close this and add this additional case to the issue description |
@Julesssss But I reported this issue before the other one please check https://expensify.slack.com/archives/C049HHMV9SM/p1688507121082889 |
@Santhosh-Sellavel I documented this here on the other issue |
My mistake. This is a slightly different issue and is still occurring 😖 |
Hi @StevenKKC, thanks for your proposal. Checking for a specific profile page name is flakey and doesn't seem to solve the underlying issue though. |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.37-7 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 2023-07-14. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
As a reminder, here are the bonuses/penalties that should be applied for any External issue:
|
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:
|
cc: @mountiny Let me know if you differ on any of the above. |
Regression StepsFrom PR looks good
👍 or 👎 |
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.38-7 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 2023-07-17. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
As a reminder, here are the bonuses/penalties that should be applied for any External issue:
|
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:
|
Triggered auto assignment to @tjferriss ( |
Bug0 Triage Checklist (Main S/O)
|
Reassinging the Bug label to get someone to pay this out @Santhosh-Sellavel should get $1250 for the review and reporting the bug |
Requested payment on ND |
@Santhosh-Sellavel have you been paid via NewDot? |
Yeah got paid! Good to close this! |
If you are the assigned CME please investigate whether the linked PR caused a regression and leave a comment with the results. If a regression has occurred and you are the assigned CM follow the instructions here. If this regression could have been avoided please consider also proposing a recommendation to the PR checklist so that we can avoid it in the future. |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Action Performed:
Expected Result:
Back button should not end the split bill page
Actual Result:
Back button ends the split bill page
Workaround:
Can the user still use Expensify without this being fixed? Have you informed them of the workaround?
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.3.37-1
Reproducible in staging?: y
Reproducible in production?: n
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
split.mp4
Recording.1174.mp4
Expensify/Expensify Issue URL:
Issue reported by: @Santhosh-Sellavel
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1688586118022729
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: