Skip to content
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

fix: The organisation setting page is broken locally #4330

Merged

Conversation

novakzaballa
Copy link
Contributor

Thanks for submitting a PR! Please check the boxes below:

  • I have run pre-commit to check linting
  • I have added information to docs/ if required so people know about the feature!
  • I have filled in the "Changes" section below?
  • I have filled in the "How did you test this code" section below?
  • I have used a Conventional Commit title for this Pull Request

Changes

  • Added the plans key in the project_local file

How did you test this code?

  • Locally go to the Organisation setting page in the main branch (See the error)
  • Locally go to the Organisation setting page in this branch (No error)

@novakzaballa novakzaballa requested a review from a team as a code owner July 12, 2024 14:22
@novakzaballa novakzaballa requested review from kyle-ssg and removed request for a team July 12, 2024 14:22
Copy link

vercel bot commented Jul 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
flagsmith-frontend-preview ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 12, 2024 2:48pm
flagsmith-frontend-staging ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 12, 2024 2:48pm
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
docs ⬜️ Ignored (Inspect) Visit Preview Jul 12, 2024 2:48pm

@github-actions github-actions bot added front-end Issue related to the React Front End Dashboard fix labels Jul 12, 2024
Copy link
Contributor

github-actions bot commented Jul 12, 2024

Docker builds report

Image Build Status Security report
ghcr.io/flagsmith/flagsmith-api-test:pr-4330 Finished ✅ Skipped
ghcr.io/flagsmith/flagsmith-api:pr-4330 Finished ✅ Results
ghcr.io/flagsmith/flagsmith-e2e:pr-4330 Finished ✅ Skipped
ghcr.io/flagsmith/flagsmith:pr-4330 Finished ✅ Results
ghcr.io/flagsmith/flagsmith-frontend:pr-4330 Finished ✅ Results
ghcr.io/flagsmith/flagsmith-private-cloud:pr-4330 Finished ✅ Results

Copy link
Contributor

github-actions bot commented Jul 12, 2024

Uffizzi Preview deployment-54136 was deleted.

Copy link
Contributor

@matthewelwell matthewelwell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These don't look right to me based on our conversation @kyle-ssg ?

@novakzaballa
Copy link
Contributor Author

These don't look right to me based on our conversation @kyle-ssg ?

@matthewelwell , I'm sorry, maybe I'm missing something, but this is not related to the announcement flag. It's related to changes in the Payment file, for example:

data-cb-plan-id={Project.plans.startup.annual}
Screenshot 2024-07-12 at 10 36 20 AM

@@ -16,6 +16,10 @@ module.exports = global.Project = {
flagsmithClientEdgeAPI: 'https://edge.api.flagsmith.com/api/v1/',
// This is used for Sentry tracking
maintenance: false,
plans: {
Copy link
Member

@kyle-ssg kyle-ssg Jul 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  plans: {
    scaleUp: { annual: 'scale-up-annual-v2', monthly: 'scale-up-v2' },
    startup: { annual: 'startup-annual-v2', monthly: 'startup-v2' },
  },

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@novakzaballa this is what I was getting at.

@github-actions github-actions bot added fix and removed fix labels Jul 12, 2024
@novakzaballa novakzaballa added this pull request to the merge queue Jul 12, 2024
Merged via the queue into main with commit 1cd8e0f Jul 12, 2024
29 checks passed
@novakzaballa novakzaballa deleted the fix/the-organisation-setting-page-is-broken-locally branch July 12, 2024 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix front-end Issue related to the React Front End Dashboard
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants