- Issue created by @loze
- Merge request !35Resolve #3404085 "Redirect users with an active subscription to the change plan page when in single-plan mode" β (Open) created by loze
- Status changed to Needs review
over 1 year ago 5:41am 25 November 2023 - πΊπΈUnited States eojthebrave Minneapolis, MN
I wonder if we should add a message (
$this->messenger()->setMessage()
) and either display it on the page that you are redirected too, or instead of automatically displaying a redirect display a link to the change subscription page instead? I feel like it could be kind of confusing if you click a link that says "Signup" and you end up on a "Edit your existing plan" page without any other context. Thoughts?Otherwise, yeah I agree this is a bug and should get fixed.
- πΊπΈUnited States eojthebrave Minneapolis, MN
I added a test that proves this new logic is working. And a message that gets displayed on the page that the user gets redirected too. If you think this is a good approach we can merge this in. Otherwise I'm open to other ideas about how to best guide users.
- πΊπΈUnited States loze Los Angeles
Yea, I think the message is good.
Thanks!