Skip to content

fix: allow either platform org or non-platform org #20954

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

Open
linear bot opened this issue Apr 24, 2025 · 1 comment
Open

fix: allow either platform org or non-platform org #20954

linear bot opened this issue Apr 24, 2025 · 1 comment
Labels
billing area: billing, stripe, payments, paypal, get paid platform Anything related to our platform plan Private Created by Linear-GitHub Sync

Comments

@linear
Copy link

linear bot commented Apr 24, 2025

Problem

Bailey reported customer issue where customer was on teams + platform plan but then switched to organizations plan via setttings/organizations/new the platform account was not working anymore:

Screenshot 2025-04-25 at 10.19.48.png

Solution

As discussed in Slack thread:

  1. For organizations customer don't allow creating platform via settings/platform/new
  2. For platform customer don't allow creating organization via settings/organizations/new

Implementation

  1. Update organizations/new/create-new-view.tsx to check if logged in user is platform user and if so show error message:

Screenshot 2025-04-25 at 14.11.11.png

  1. Update platform/new/create-new-view.tsx to check if logged in user is not platform user but is part of org and if so show error message:

Screenshot 2025-04-25 at 14.13.28.png

Copy link
Author

linear bot commented Apr 24, 2025

@dosubot dosubot bot added the billing area: billing, stripe, payments, paypal, get paid label Apr 24, 2025
@linear linear bot added Private Created by Linear-GitHub Sync platform Anything related to our platform plan labels Apr 25, 2025
@linear linear bot changed the title fix: stripe subscription fix: allow either platform org or non-platform org Apr 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
billing area: billing, stripe, payments, paypal, get paid platform Anything related to our platform plan Private Created by Linear-GitHub Sync
Projects
None yet
Development

No branches or pull requests

0 participants