-
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: Error Not Triggered for Auto-Filled Report Field #48680
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] |
Should we remove this block? @nkdengineer Lines 902 to 909 in 7ebfaa0
|
@dukenv0307 @nkdengineer how is this looking? |
@dukenv0307 i updated, please check again |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-09-10.at.11.27.45.movAndroid: mWeb ChromeScreen.Recording.2024-09-10.at.11.22.48.moviOS: NativeScreen.Recording.2024-09-10.at.11.26.24.movMacOS: Chrome / SafariScreen.Recording.2024-09-10.at.11.02.42.movMacOS: DesktopScreen.Recording.2024-09-10.at.11.30.42.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.
Thanks!
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
@@ -898,13 +898,6 @@ function buildOnyxDataForMoneyRequest( | |||
}); | |||
} | |||
|
|||
// Show field violations only for control policies |
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 just removed optimistic report violations, and doesn't really fix the bug at hand.
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.
Moving this into the issue #47251
Details
Fixed Issues
$ #47251
PROPOSAL: #47251 (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 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.mov
Android: mWeb Chrome
android-mweb.mov
iOS: Native
ios.mov
iOS: mWeb Safari
ios-mweb.mov
MacOS: Chrome / Safari
web.mov
MacOS: Desktop
desktop.mov