-
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
[CP Staging] Fix report from another workspace persists after switching workspace #44714
[CP Staging] Fix report from another workspace persists after switching workspace #44714
Conversation
Reviewer Checklist
Screenshots/VideosAndroid: NativeswitchAndroid.mp4Android: mWeb ChromeswitchAndroidmWeb.mp4iOS: NativeswitcheriOS.mp4iOS: mWeb SafariswitcheriOSmWeb.mp4MacOS: Chrome / SafariswitcherChrome.mp4MacOS: DesktopswitcherDesktop.mp4 |
Edit: Sorry, I had this issue with my High Traffic Account when that PR was merged as well. Tested with another account. It works well. |
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.
Tests well!
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
…stays-after-switching-ws Fix report from another workspace persists after switching workspace (cherry picked from commit bedfeac)
🚀 Cherry-picked to staging by https://github.com/jasperhuangg in version: 9.0.3-6 🚀
@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: 9.0.3-7 🚀
|
🚀 Deployed to production by https://github.com/Julesssss in version: 9.0.5-13 🚀
|
Details
When switching WS, the chat from other WS still shows. This PR fix it.
Fixed Issues
$ #44619
PROPOSAL: #44619 (comment)
Tests
Same as QA Steps
Offline tests
Same as QA Steps
QA Steps
Prerequisite: have at least 2 workspaces
(web/desktop)
(android/iOS/mWeb)
can't switch WS while a report is shown, so just make sure the WS switching still works
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.mp4
Android: mWeb Chrome
android.mweb.mp4
iOS: Native
ios.mp4
iOS: mWeb Safari
ios.mweb.mp4
MacOS: Chrome / Safari
web.mp4
MacOS: Desktop
desktop.mp4