-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[Due for payment 2025-04-16] Enable switching from New to Old Dot on web when copiloted in #59306
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
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 |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.1.24-10 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2025-04-16. 🎊 For reference, here are some details about the assignees on this issue:
|
@ZhenjaHorbach @dylanexpensify @ZhenjaHorbach The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed. Please copy/paste the BugZero Checklist from here into a new comment on this GH and complete it. If you have the K2 extension, you can simply click: [this button] |
looks like we still need to deal with #59891 but this is doing great so far! |
woooot! |
Payment Summary
BugZero Checklist (@dylanexpensify)
|
We forgot about @suneox 😅 Let's assign him here |
oops, thanks! Shouldn't melvin have assigned automatically? hm. |
@dylanexpensify Huh... This is 4 days overdue. Who can take care of this? |
BugZero Checklist:
Bug classificationSource of bug:
Where bug was reported:
Who reported the bug:
|
@suneox mind trying again?? |
@dylanexpensify I've applied for this job. Thank you! |
@suneox offer sent! |
@dylanexpensify Thank you! I've accepted the offer |
@dylanexpensify Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
done! |
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:
Issue Owner
Current Issue Owner: @dylanexpensifyThe text was updated successfully, but these errors were encountered: