-
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
Revert "Check hasOutstandingIOU in money requests" #13625
Conversation
@mananjadhav @deetergp One of you needs to 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] |
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.
There's an issue for reportID prop type errors for IOU chats here: #13591. Although the components aren't identical, I'd imagine it's the same root cause. I'll keep tabs on that issue though and if it doesn't resolve these I can look further! |
The backend PR has deployed to production so I'm taking this off hold. That means it can also be tested by a C+ now. @mananjadhav are you able to test this in the next few days? If not, I can ask for a volunteer. Thanks! |
I’ll be able to check this before Monday for sure |
1 similar comment
I’ll be able to check this before Monday for sure |
Reviewer Checklist
Screenshots/VideosWebhttps://user-images.githubusercontent.com/3069065/210264798-49601586-048b-454f-b7ca-b955ca9c534d.mov Mobile Web - Chromemweb-chrome-hasoutstanding-iou.movMobile Web - SafariDesktopdesktop-hasoutstanding-iou.moviOSios-hasoutstanding-iou.movAndroidandroid-hasoutstanding-iou.mov@amyevans @Gonals My IP got changed and the new one isn't whitelisted yet. I tested this on Web, Desktop, Mobile Apps and partially on mWeb Chrome. Do you want to take this as a pass and move it along? or wait for mobile Web Safari full testing at my end? |
@mananjadhav I think given it's just the one outstanding platform and the others test well, it doesn't make sense to hold further on the whitelisting. Thank you for testing! I checked off those last 2 boxes and am going to merge. |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to production by @luacmartins in version: 1.2.48-2 🚀
|
🚀 Deployed to production by @luacmartins in version: 1.2.49-0 🚀
|
Details
Reverts #13522 because it reintroduced a bug. This can be tested locally with https://github.com/Expensify/Web-Expensify/pull/35846 but we should hold on deploy of that PR before merging this.
Fixed Issues
$ #13624
Tests
Test 1
Report no longer exists
errors in the consoleTest 2
Offline tests
Not relevant to the behavior
QA Steps
Same as tests
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)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.Screenshots/Videos
Web
web.mov
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android