-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[CP Staging] fix try it out button #60777
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
Conversation
@dukenv0307 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] |
@nkdengineer With your fix, the transaction.reportID still be wrong |
I think the main problem is that the transaction reportID was reset with the wrong value. We need to fix that to prevent other bugs in the future. Updating isFromGlobalCreate looks fine but It can't fix the RCA of this bug |
It will not be a problem, you can check the flow Gloal FAB > Create expense > Confirmation page In this case the |
Co-authored-by: DylanDylann <[email protected]>
Co-authored-by: DylanDylann <[email protected]>
@nkdengineer In this case, could we also update it to random reportID to align with the normal global creating flow? |
@nkdengineer friendly bump on ^ |
@DylanDylann I think this is unnecessary. All data is getting from |
There are two reasons why I suggest updating the correct transaction.reportID:
|
@DylanDylann Updated the |
@DylanDylann please review 🙏 . Would like to get this merged and cherry picked if you are happy with it |
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeScreen.Recording.2025-04-26.at.01.20.51.moviOS: NativeiOS: mWeb SafariScreen.Recording.2025-04-26.at.01.21.30.movMacOS: Chrome / SafariScreen.Recording.2025-04-26.at.01.16.16.movMacOS: DesktopScreen.Recording.2025-04-26.at.01.15.28.mov |
@nkdengineer Could you please help to retest on IOS, my simulator still be failed |
@DylanDylann Work well. Screen.Recording.2025-04-26.at.01.23.25.mov |
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.
Looks good, thank you!
fix try it out button (cherry picked from commit 2ff8b81) (CP triggered by AndrewGable)
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Cherry-picked to staging by https://github.com/AndrewGable in version: 9.1.32-7 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by https://github.com/thienlnam in version: 9.1.32-8 🚀
|
👋 @nkdengineer @DylanDylann (CC: @rushatgabhane @shubham1206agra from an instance of this before here) We have a customer reporting the bug where they go to scan a picture of a receipt and the page just refreshes after clicking the camera button. Very similar to what this PR seemingly just fixed for Manager McTest. I'm wondering if they're related, and if this PR has fixed it?
|
Explanation of Change
fix try it out button
Fixed Issues
$ #60736
PROPOSAL:
Tests
Offline tests
Same
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.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.2025-04-24.at.09.49.55.mov
Android: mWeb Chrome
Screen.Recording.2025-04-24.at.09.37.56.mov
iOS: Native
Screen.Recording.2025-04-24.at.09.41.43.mov
iOS: mWeb Safari
Screen.Recording.2025-04-24.at.09.39.03.mov
MacOS: Chrome / Safari
Screen.Recording.2025-04-24.at.09.36.35.mov
MacOS: Desktop
Screen.Recording.2025-04-24.at.09.44.40.mov