Bug 1759291
Summary: | Changing groups with a user assigned to multiple groups logs out of appliance | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | John Dupuy <jdupuy> | ||||
Component: | UI - OPS | Assignee: | Martin Hradil <mhradil> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | John Dupuy <jdupuy> | ||||
Severity: | high | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> | ||||
Priority: | high | ||||||
Version: | 5.11.0 | CC: | bmidwood, dmetzger, hkataria, jdupuy, lavenel, mpovolny, obarenbo | ||||
Target Milestone: | GA | Keywords: | Regression, TestOnly, ZStream | ||||
Target Release: | 5.12.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 1767835 (view as bug list) | Environment: | |||||
Last Closed: | 2020-10-26 16:25:47 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | Bug | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | CFME Core | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1767835 | ||||||
Attachments: |
|
Description
John Dupuy
2019-10-07 18:47:01 UTC
Note that when the user logs back in the do have the new group assigned, which serves as a workaround. New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/36e1bae58b1b80d82acb74b9744c459c67017f72 commit 36e1bae58b1b80d82acb74b9744c459c67017f72 Author: Martin Hradil <mhradil> AuthorDate: Tue Oct 22 16:29:46 2019 -0400 Commit: Martin Hradil <mhradil> CommitDate: Tue Oct 22 16:29:46 2019 -0400 Prevent login redirect during change_group Once the group changes, ongoing requests start failing. Prevent the login redirect code from redirecting to login page in these cases, the requests are expected to fail, we're about to redirect to a new starting page anyway. Related to https://github.com/ManageIQ/manageiq-ui-classic/pull/6065 (and https://bugzilla.redhat.com/show_bug.cgi?id=1741283) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1759291 app/assets/javascripts/miq_application.js | 6 +- app/assets/javascripts/miq_global.js | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) |