-
Notifications
You must be signed in to change notification settings - Fork 24
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
PSP-7414 Tech debt: Remove obsolete roles from PSP frontend #3718
Conversation
✅ No secrets were detected in the code. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #3718 +/- ##
==========================================
- Coverage 74.91% 73.84% -1.07%
==========================================
Files 1439 947 -492
Lines 37184 20370 -16814
Branches 6973 5864 -1109
==========================================
- Hits 27855 15042 -12813
+ Misses 9051 5328 -3723
+ Partials 278 0 -278
Flags with carried forward coverage won't be shown. Click here to find out more.
|
} else if ( | ||
keyCloakWrapper.roles?.length === 1 && | ||
keyCloakWrapper.hasRole(Roles.LEASE_FUNCTIONAL) | ||
) { |
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.
this looked like a bug waiting to be found
3b517ed
to
7c8de37
Compare
✅ No secrets were detected in the code. |
No description provided.