Bug 1309473
| Summary: | Filter chain halted as :check_privileges rendered or redirected | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Kevin Morey <kmorey> | ||||
| Component: | UI - OPS | Assignee: | Harpreet Kataria <hkataria> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Dmitry Misharov <dmisharo> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 5.5.0 | CC: | cpelland, hkataria, jhardy, jprause, kmorey, mfeifer, mpovolny, nachandr, obarenbo | ||||
| Target Milestone: | GA | Keywords: | ZStream | ||||
| Target Release: | 5.6.0 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | ui:dashboard | ||||||
| Fixed In Version: | 5.6.0.0 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 1309737 (view as bug list) | Environment: | |||||
| Last Closed: | 2016-06-29 15:38:10 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1309737 | ||||||
| Attachments: |
|
||||||
|
Description
Kevin Morey
2016-02-17 22:20:51 UTC
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/2352bb7936957ac5566e8c0d08cef6e41326c6ea commit 2352bb7936957ac5566e8c0d08cef6e41326c6ea Author: Harpreet Kataria <hkataria> AuthorDate: Mon Feb 22 14:21:54 2016 -0500 Commit: Harpreet Kataria <hkataria> CommitDate: Mon Feb 22 15:03:59 2016 -0500 Redirect user to appropriate screen when rbac access is not allowed. When clicking on a link to go to a VM summary screen from dashboard widgets redirect user to Workloads explorer when user is not allowed to see Infrastructure/Virtual Machines or Cloud/Instances explorer based upon record type. Redirect user back to Dashboard with a flash message when user does not have access to any of the VM accordions in VM* explorers. https://bugzilla.redhat.com/show_bug.cgi?id=1309473 https://bugzilla.redhat.com/show_bug.cgi?id=1309737 app/controllers/vm_common.rb | 28 ++++++++++++++++++++++++++-- app/views/dashboard/show.html.haml | 1 + spec/controllers/vm_common_spec.rb | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 63 insertions(+), 2 deletions(-) New commit detected on cfme/5.5.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=1b19cfa424671588590eef59b43825c82e243634 commit 1b19cfa424671588590eef59b43825c82e243634 Merge: f91c73d 1659678 Author: Dan Clarizio <dclarizi> AuthorDate: Mon Feb 29 09:37:43 2016 -0500 Commit: Dan Clarizio <dclarizi> CommitDate: Mon Feb 29 09:37:43 2016 -0500 Merge branch '55z_pr_6864' into '5.5.z' Redirect user to appropriate screen when rbac access is not allowed. When clicking on a link to go to a VM summary screen from dashboard widgets redirect user to Workloads explorer when user is not allowed to see Infrastructure/Virtual Machines or Cloud/Instances explorer based upon record type. Redirect user back to Dashboard with a flash message when user does not have access to any of the VM accordions in VM* explorers. https://bugzilla.redhat.com/show_bug.cgi?id=1309473 https://bugzilla.redhat.com/show_bug.cgi?id=1309737 (cherry picked from commit 2352bb7) @dclarizi please review/merge, this is clean cherry-pick for https://github.com/ManageIQ/manageiq/pull/6864 See merge request !822 app/controllers/vm_common.rb | 28 ++++++++++++++++++++++++++-- app/views/dashboard/show.html.haml | 1 + spec/controllers/vm_common_spec.rb | 29 +++++++++++++++++++++++++++++ 3 files changed, 56 insertions(+), 2 deletions(-) New commit detected on cfme/5.5.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=1659678441549b179e4f47dee6b2901d0d1857ef commit 1659678441549b179e4f47dee6b2901d0d1857ef Author: Harpreet Kataria <hkataria> AuthorDate: Mon Feb 22 14:21:54 2016 -0500 Commit: Harpreet Kataria <hkataria> CommitDate: Fri Feb 26 19:00:08 2016 -0500 Redirect user to appropriate screen when rbac access is not allowed. When clicking on a link to go to a VM summary screen from dashboard widgets redirect user to Workloads explorer when user is not allowed to see Infrastructure/Virtual Machines or Cloud/Instances explorer based upon record type. Redirect user back to Dashboard with a flash message when user does not have access to any of the VM accordions in VM* explorers. https://bugzilla.redhat.com/show_bug.cgi?id=1309473 https://bugzilla.redhat.com/show_bug.cgi?id=1309737 (cherry picked from commit 2352bb7) app/controllers/vm_common.rb | 28 ++++++++++++++++++++++++++-- app/views/dashboard/show.html.haml | 1 + spec/controllers/vm_common_spec.rb | 29 +++++++++++++++++++++++++++++ 3 files changed, 56 insertions(+), 2 deletions(-) Verified fixed in 5.6.0.1-beta2.20160413141124_e25ac0e. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:1348 |