-
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
[CP Stag] Fix redirection to confirmation page when adding a receipt #32892
[CP Stag] Fix redirection to confirmation page when adding a receipt #32892
Conversation
Thanks. Reviewing. |
Reviewer Checklist
Screenshots/VideosAndroid: NativeandroidConfirm.movAndroid: mWeb ChromeandroidMWebConfirm.mp4iOS: NativeiOSToConfirm.moviOS: mWeb SafariiOSSafariConfirm.movMacOS: Chrome / SafarichromeConfirm.movMacOS: DesktopdesktopConfirm.mov |
…parcticpants-when-adding-receipt
Let us change only the lines related to crash caused due to not using lodash. The participant navigation lines need not change. Could you please refer to this comment and confirm? |
@c3024 let me know when you finish the review. Gonna ask for a CP |
This proposal was approved but the changes suggesting navigating to confirmation page instead of participants are not necessary because of the reasons explained in this comment. Just want confirmation that we will not change those lines related to navigation in this PR so that @abzokhattab can push a commit reverting the change made to the lines related to navigation in this PR. |
Yea, that's fine |
@abzokhattab please revert the changes related to navigation made in the PR. |
Done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. LGTM.
Review done @luacmartins |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
…icpants-when-adding-receipt [CP Stag] Fix redirection to confirmation page when adding a receipt (cherry picked from commit 448dfa2)
Tested on staging. This is a pass. |
🚀 Deployed to production by https://github.com/Julesssss in version: 1.4.11-25 🚀
|
Details
Fixed Issues
$ #32834
PROPOSAL: #32834 (comment)
Tests
Offline tests
QA Steps
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
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-12-12.at.5.24.59.AM.mov
Android: mWeb Chrome
Screen.Recording.2023-12-12.at.5.35.44.AM.mov
iOS: Native
Screen.Recording.2023-12-12.at.5.24.59.AM.mov
iOS: mWeb Safari
Screen.Recording.2023-12-12.at.5.35.44.AM.mov
MacOS: Chrome / Safari
Screen.Recording.2023-12-12.at.5.40.13.AM.mov
MacOS: Desktop
Screen.Recording.2023-12-12.at.5.44.54.AM.mov