-
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] Get route.params.openOnAdminRoom if exists #14955
Conversation
|
@mananjadhav @Gonals 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] |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-02-08.at.9.57.36.PM.movMobile Web - ChromeScreen.Recording.2023-02-08.at.9.53.29.PM.movMobile Web - SafariScreen.Recording.2023-02-08.at.9.48.28.PM.movDesktopSame as above iOSSame as above AndroidSame as above |
@madmax330 looks like this was merged without a test passing. Please add a note explaining why this was done and remove the |
Tests were passing |
[CP Staging] Get route.params.openOnAdminRoom if exists (cherry picked from commit 05f5c49)
…-14955 🍒 Cherry pick PR #14955 to staging 🍒
Performance Comparison Report 📊Significant Changes To DurationThere are no entries Meaningless Changes To DurationShow entries
Show details
|
🚀 Cherry-picked to staging by https://github.com/madmax330 in version: 1.2.67-7 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by https://github.com/mountiny in version: 1.2.67-7 🚀
|
🚀 Cherry-picked to staging by https://github.com/AndrewGable in version: 1.3.28-2 🚀
@Expensify/applauseleads please QA this PR and check it off on the deploy checklist if it passes. |
🚀 Deployed to production by https://github.com/AndrewGable in version: 1.3.28-5 🚀
|
cc @mountiny @madmax330
Details
When we enter a route to validate the secondary login (e.g http://staging.new.expensify.com/v/12116/WSSWMNNMH), the app goes to the ValidateLogin page first, and that page navigates to the home/root directory, which just pops whatever screen is on top (and thus the
route.params
are lost):Fixed Issues
$ #14948
Tests
Verify secondary email for Expensify
and copy the last part of the URL, i.e. /v/16/WSSWMNNM (Everything after the /v/)Offline tests
N/A this only happens right after the browser loads the validate link
QA Steps
Same as
Test
sectionPR 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
Screen.Recording.2023-02-08.at.14.16.37.mov
Mobile Web - Chrome
Screen.Recording.2023-02-08.at.14.20.35.mov
Mobile Web - Safari
Screen.Recording.2023-02-08.at.14.19.07.mov
Desktop
N/A validate link can only be opened on web
iOS
N/A validate link can only be opened on web
Android
N/A validate link can only be opened on web