-
Notifications
You must be signed in to change notification settings - Fork 32
🐛 [Frontend] Fix: Support group accessRights #8420
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
🐛 [Frontend] Fix: Support group accessRights #8420
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes a bug where the support group's access rights were not being properly set. The issue occurred because the support group was added to the cache before its access rights were available, and these rights were only provided later when processing organization data.
- Add logic to update support group access rights when processing organization data
- Check if the support group matches the current organization and update its access rights accordingly
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
🧪 CI InsightsHere's what we observed from your CI run for 36b6bc3. 🟢 All jobs passed!But CI Insights is watching 👀 |
|



What do these changes do?
This PR fixes a bug where the support group's access rights were not being properly set. The issue occurred because the support group was added to the cache before its access rights were available, and these rights were only provided later when processing organization data.
Bonus:
Buggy:

Fixed:

Related issue/s
How to test
Dev-ops