-
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
Re-fetch actions when we move from offline to online in ReimbursementAccountPage.js #8831
Re-fetch actions when we move from offline to online in ReimbursementAccountPage.js #8831
Conversation
cc: @marcaaron |
Updated |
Updated and awaiting another review |
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 great! Thanks for the changes.
🚀 Deployed to staging by @Justicea83 in version: 1.1.66-1 🚀
|
Hey @Justicea83 @marcaaron. This new issue was raised by QA as a deploy blocker. Do you agree with this being a bug? I think it might be expected behavior now that we've changed the offline > online logic. Please let me know if you agree or not. Thanks |
@Julesssss I don't think this PR is related. All we're doing here is refetching the free plan bank account info when you are in the process of adding a VBA. That issue looks related to the workspace settings. |
This similar issue might be related -> https://github.com/Expensify/App/pull/8946/files since it touches every workspace settings page. |
🚀 Deployed to production by @chiragsalian in version: 1.1.66-1 🚀
|
Details
Fixed Issues
$https://github.com/Expensify/Expensify/issues/208199
Tests
nameValuePairs
and nameexpensify_freePlanBankAccountID
is made via Chrome Dev Tools network tabPR Reviewer Checklist
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
).src/languages/*
filesSTYLE.md
) were followed/** comment above it */
displayName
propertythis
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)QA Steps
nameValuePairs
and nameexpensify_freePlanBankAccountID
is made via Chrome Dev Tools network tabScreenshots
Web
2022-05-18_10-28-39.mp4
Mobile Web
2022-05-18_10-32-00.mp4
Desktop
2022-05-18_10-46-05.mp4
Android
2022-05-18_10-54-39.mp4