-
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
Amount changing to zero when editing it by going back in split bill workflow #29654
Amount changing to zero when editing it by going back in split bill workflow #29654
Conversation
@mananjadhav Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
…x-amount-change-to-zero
@mananjadhav Updated with main |
@BhuvaneshPatil You'll need to finish the author checklist before I can start testing at my end. You also need to upload screencasts for all the platforms. |
Reviewer Checklist
Screenshots/VideosWebweb-amount-reset-fix.movMobile Web - Chromemweb-chrome-amount-reset-fix.movMobile Web - Safarimweb-safari-amount-reset-fix.movDesktopdesktop-amount-reset-fix.moviOSios-amount-reset-fix.movAndroidandroid-amount-reset-fix.mov |
@mananjadhav Uploaded screencasts and completed checklist |
I am stuck at my iOS build. |
@mananjadhav have you tried |
Sorry I should’ve commented that I finished the checklist yesterday only. |
@mananjadhav okay it looks like you left the last checkbox unchecked. Can you complete the list please? |
Done @arosiclair. |
^^ @arosiclair |
any idea why check is failing? |
I had to re-run checks it didn't run since you approved |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/arosiclair in version: 1.3.91-0 🚀
|
🚀 Deployed to production by https://github.com/marcaaron in version: 1.3.91-8 🚀
|
Details
When we start a split bill flow, and go back from confirmation page to amount page and try to edit the amount, the IOU is reset and page refreshes.
Fixed Issues
$ #28707
PROPOSAL: #28707 (comment)
Tests
Offline tests
QA Steps
Same as above
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
Screen.Recording.2023-10-19.at.6.52.12.PM.mov
Android: mWeb Chrome
Screen.Recording.2023-10-19.at.6.39.35.PM.mov
iOS: Native
Screen.Recording.2023-10-19.at.6.25.48.PM.mov
iOS: mWeb Safari
Screen.Recording.2023-10-19.at.6.28.27.PM.mov
MacOS: Chrome / Safari
Screen.Recording.2023-10-16.at.10.07.46.AM.mov
MacOS: Desktop
Screen.Recording.2023-10-19.at.6.54.44.PM.mov