-
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
[CP Staging] fix: Report fields - App crashes when disabling/enabling list values via checkbox & dropdown button. #47244
[CP Staging] fix: Report fields - App crashes when disabling/enabling list values via checkbox & dropdown button. #47244
Conversation
…via checkbox & dropdown button. Signed-off-by: krishna2323 <belivethatkg@gmail.com>
Recordings will be added in few minutes. cc: @mananjadhav |
@mananjadhav seems to be offline for today. Let me know if this is urgent. I can review. @mountiny |
PR ready. cc: @mountiny |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-08-13.at.5.49.05.AM.movAndroid: mWeb ChromeScreen.Recording.2024-08-13.at.5.47.38.AM.moviOS: NativeScreen.Recording.2024-08-13.at.5.45.59.AM.moviOS: mWeb SafariScreen.Recording.2024-08-13.at.5.44.39.AM.movMacOS: Chrome / SafariScreen.Recording.2024-08-13.at.5.39.09.AM.movMacOS: DesktopScreen.Recording.2024-08-13.at.5.41.18.AM.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.
Works good!
[CP Staging] fix: Report fields - App crashes when disabling/enabling list values via checkbox & dropdown button. (cherry picked from commit 8cf898d) (CP triggered by Beamanator)
✋ 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/Beamanator in version: 9.0.19-9 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
Woop woop! @allroundexperts do you mind testing this on latest staging? 🙏 |
Performance Comparison Report 📊Significant Changes To Duration
Show details
Meaningless Changes To DurationShow entries
Show details
|
@Expensify/mobile-deployers 📣 Please look into this performance regression as it's a deploy blocker. |
This doesn't look like it's a big enough blocker |
working great on staging! |
Note: This PR probably hasn't introduced the recession. The regression has been introduced at an earlier point, and the CI system will report any PR that follows this faulty PR as a regression. |
Thank you kind sir mister Hanno 🙏 |
FYI I believe this was deployed to prod yesterday, from this checklist - #47219 |
Details
Regression from #46278
Fixed Issues
$ #47230
PROPOSAL:
Tests
Go to staging.new.expensify.com
Go to workspace settings > Report fields
Click Add field
Select List from Type
Go to List values and add a few list values
Long press on the list value > Select.
Tap on the dropdown.
Tap Disable.
Offline tests
Go to staging.new.expensify.com
Go to workspace settings > Report fields
Click Add field
Select List from Type
Go to List values and add a few list values
Long press on the list value > Select.
Tap on the dropdown.
Tap Disable.
QA Steps
Go to staging.new.expensify.com
Go to workspace settings > Report fields
Click Add field
Select List from Type
Go to List values and add a few list values
Long press on the list value > Select.
Tap on the dropdown.
Tap Disable.
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.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
android_native.mp4
Android: mWeb Chrome
android_chrome.mp4
iOS: Native
ios_native.mp4
iOS: mWeb Safari
ios_safari.mp4
MacOS: Chrome / Safari
web_chrome.mp4
MacOS: Desktop
desktop_app.mp4