-
Notifications
You must be signed in to change notification settings - Fork 32
🐛 Fix bug when notifying users based on wrong access rights #8207
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 bug when notifying users based on wrong access rights #8207
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #8207 +/- ##
==========================================
- Coverage 87.37% 85.32% -2.06%
==========================================
Files 1907 738 -1169
Lines 73279 33776 -39503
Branches 1301 176 -1125
==========================================
- Hits 64031 28818 -35213
+ Misses 8861 4900 -3961
+ Partials 387 58 -329
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
🧪 CI InsightsHere's what we observed from your CI run for 289544c. ✅ Passed Jobs With Interesting Signals
|
giancarloromeo
left a comment
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.
Thanks 🚀
sanderegg
left a comment
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.
Thanks! 💯
19e3d7a
into
ITISFoundation:master



Refactors group notification to use a dedicated API for fetching project group permissions, enhancing consistency and maintainability. Removes reliance on direct access to project permission structures.
What do these changes do?
🐛 Fix bug when notifying users based on wrong access rights
Related issue/s
projectstable still referenced #8201How to test
Dev-ops