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: Select organization query invalidation #1893

Merged
merged 2 commits into from
May 29, 2024

Conversation

DanielHougaard
Copy link
Contributor

Description 📣

Currently there's a rare bug that causes the "Failed to get permissions" page to show when switching between organizations. This would sometimes happen because the projects wouldn't be invalidated properly, and then when the user clicked the project, their newly acquired access token wouldn't have access to the project because the token is scoped on an organization-level.

Type ✨

  • Bug fix
  • New feature
  • Breaking change
  • Documentation

@DanielHougaard DanielHougaard requested a review from maidul98 May 29, 2024 01:02
@DanielHougaard DanielHougaard self-assigned this May 29, 2024
@DanielHougaard DanielHougaard requested review from vmatsiiako and removed request for maidul98 May 29, 2024 01:03
@DanielHougaard DanielHougaard merged commit f3eda1f into main May 29, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants