-
Notifications
You must be signed in to change notification settings - Fork 91
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
Fetch new users (group) authorizations rather than loading from session storage #1363
Fetch new users (group) authorizations rather than loading from session storage #1363
Conversation
Also sends user to dashboard, else they get stuck on a page they shouldn't be on and get pummled with errors
Checked commit AllenBW@4053183 with ruby 2.3.3, rubocop 0.52.0, haml-lint 0.20.0, and yamllint 1.10.0 |
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.
Looks like a solid change. Good work!
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.
Agreed, the code path looks good and the UI does seem to reload properly 👍
…switch-update Fetch new users (group) authorizations rather than loading from session storage (cherry picked from commit 09f39ad) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1536468
Gaprindashvili backport details:
|
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1536124
Also sends user to dashboard, else they get stuck on a page they shouldn't be on and get pummled with errors
what this pr does