-
Notifications
You must be signed in to change notification settings - Fork 134
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 infinite user list's loading indicator when connected as user with no roles #2390
Conversation
- Normally for non-admin the list of users is fetched per org - Users without any orgs would show indefinite loading bar on users tables - Now we mock a response that contains the signed in user, so they can at least see themselves - This avoids some odd messages and user counts and generally improves the experience of possibly new visitors
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 #2390 +/- ##
============================================
- Coverage 71.03% 71% -0.03%
============================================
Files 585 585
Lines 24537 24562 +25
Branches 5511 5515 +4
============================================
+ Hits 17429 17441 +12
- Misses 7108 7121 +13 |
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.
I've merged in v2-master, I'm still seeing the issue of infinite loading when connected to an endpoint with user that has no roles.
Sorry, I had multiple stratos running and I was accessing an older instance when reviewing this. Its all good! |
Issue one
Issue two
org user
org user
Note