-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Enable switching from New to Old Dot on web when copiloted in #59306
Comments
Triggered auto assignment to @dylanexpensify ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.Enable switching from New to Old Dot on web when copiloted in What is the root cause of that problem?Currently we disabled switching to/from new/old dot when logged in as a copilot, since the functionality wasn't enabled What changes do you think we should make in order to solve the problem?
What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?
What alternative solutions did you explore? (Optional) |
@thelullabyy |
@ZhenjaHorbach Thanks for your information! |
Not overdue |
Problem
Currently we disabled switching to/from new/old dot when logged in as a copilot, since the functionality wasn't enabled. It is now!
Why is this important?
Allows full functionality for our users
Solution
Remove the blocks for both flows.
Discussed in Slack, but we are sending a new URL param,
delegatorEmail
, to the/transition
route if the user needs to be re-logged in as a delegate once logged into the base account. We need to pick that up and call Delegate.connect with that info, and, once that's complete, land the user in the correct location.Test cases:
The text was updated successfully, but these errors were encountered: