-
Notifications
You must be signed in to change notification settings - Fork 138
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 several manage user role bugs #2826
Conversation
- Fix false warning for too many roles - Fix comparison (handle situation where there's no missing users) - Fix process of creating a pagination section from a parent. - Fetch org spaces.. - Org entity has spaces param - Populate space pagination section unsing org entity's spaces
- Org user cross should be disabled if there are other roles within the same organisation OR the organisation has space roles - Fix 1 - Enable cross of org user pill if the only org role is itself - Fix 2 - When checking if an organisation has space roles ignore spaces from other organisations
Hey richard-cox! Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you and the commit authors have already signed the CLA. |
Codecov Report
@@ Coverage Diff @@
## v2-master #2826 +/- ##
=============================================
+ Coverage 71.35% 71.35% +<.01%
=============================================
Files 605 605
Lines 25895 25897 +2
Branches 5872 5874 +2
=============================================
+ Hits 18478 18480 +2
Misses 7417 7417 |
return true; | ||
} | ||
|
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.
Shouldn't this have the return false? or change the if to a return
Fix the edit of users by an admin at cf/org levels …
Fix disable of org role pill cross …