-
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
fix: Revert the use of SET operation when updating Money Requests #33174
fix: Revert the use of SET operation when updating Money Requests #33174
Conversation
@situchan I'm having trouble running my native Android build right now (couldn't fix it for 4 hours already). I would appreciate it if you could attach a recording from your side considering the issue is urgent 🙏 All the other platforms are attached already. I'll check the Android checkbox so you'll be able to proceed with the review. |
@paultsimura let's also fix this line since the crash finally happened here - let formattedOldCreated: Date | string = new Date(reportActionOriginalMessage?.oldCreated ?? 0);
+ let formattedOldCreated: Date | string = new Date(reportActionOriginalMessage?.oldCreated ? reportActionOriginalMessage.oldCreated : 0); |
@situchan thanks, done ✔️ |
Reviewer Checklist
Screenshots/VideosAndroid: Nativeandroid.movAndroid: mWeb Chromemchrome.moviOS: Nativeweb-ios.moviOS: mWeb Safarimsafari.movMacOS: Chrome / Safariweb-ios.movMacOS: Desktopdesktop.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.
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
CP in progress |
fix: Revert the use of SET operation when updating Money Requests (cherry picked from commit c53eca9)
🚀 Cherry-picked to staging by https://github.com/Julesssss in version: 1.4.13-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/jasperhuangg in version: 1.4.13-8 🚀
|
Details
This is a straight revert of #31340 with a fix for #33103
Fixed Issues
$ #33098
PROPOSAL: #33098 (comment)
Tests
Same as QA
Offline tests
Same as QA
QA Steps
changed the date to 2023-12-14 (previously 2023-12-15)
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)StyleUtils.getBackgroundAndBorderStyle(theme.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
Android: mWeb Chrome
chrome-compressed.mp4
iOS: Native
Simulator.Screen.Recording.-.iPhone.15.Pro.-.2023-12-15.at.18.03.07-compressed.mp4
iOS: mWeb Safari
Simulator.Screen.Recording.-.iPhone.15.Pro.-.2023-12-15.at.18.01.26-compressed.mp4
MacOS: Chrome / Safari
Screen.Recording.2023-12-15.at.17.45.38-compressed.mp4
MacOS: Desktop
Screen.Recording.2023-12-15.at.17.54.44-compressed.mp4