Bug 1190293
Summary: | FATAL -- : Error caught: [ActionController::RoutingError] No route matches {:controller=>"dashboard", :action=>"auth_error"} | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Kevin Morey <kmorey> | ||||
Component: | UI - OPS | Assignee: | Aparna Karve <akarve> | ||||
Status: | CLOSED ERRATA | QA Contact: | Aziza Karol <akarol> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | high | ||||||
Version: | 5.3.0 | CC: | akarol, dajohnso, david.costakos, jhardy, mfeifer, obarenbo, xlecauch | ||||
Target Milestone: | GA | ||||||
Target Release: | 5.4.0 | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Whiteboard: | |||||||
Fixed In Version: | 5.4.0.0.11 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 1193161 (view as bug list) | Environment: | |||||
Last Closed: | 2015-06-16 12:49:35 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: | 1193161 | ||||||
Attachments: |
|
Description
Kevin Morey
2015-02-06 22:15:00 UTC
New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/9d46eeb16e81e480e85ba468d056fe6626f9fbe3 commit 9d46eeb16e81e480e85ba468d056fe6626f9fbe3 Author: Harpreet Kataria <hkataria> AuthorDate: Mon Feb 16 13:09:32 2015 -0500 Commit: Harpreet Kataria <hkataria> CommitDate: Mon Feb 16 13:09:48 2015 -0500 Added check for VM view access on Service summary screen. Dont show link to VM summary from Service summary screen if user does not have access to view a VM. https://bugzilla.redhat.com/show_bug.cgi?id=1193161 https://bugzilla.redhat.com/show_bug.cgi?id=1190293 vmdb/app/controllers/service_controller.rb | 1 + 1 file changed, 1 insertion(+) New commit detected on cfme/5.3.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=a39af487e8a3a7f58cf9220c05b0138c25f1df61 commit a39af487e8a3a7f58cf9220c05b0138c25f1df61 Author: Harpreet Kataria <hkataria> AuthorDate: Mon Feb 16 13:09:32 2015 -0500 Commit: Harpreet Kataria <hkataria> CommitDate: Tue Feb 17 09:03:19 2015 -0500 Added check for VM view access on Service summary screen. Dont show link to VM summary from Service summary screen if user does not have access to view a VM. https://bugzilla.redhat.com/show_bug.cgi?id=1193161 https://bugzilla.redhat.com/show_bug.cgi?id=1190293 (cherry picked from commit 9d46eeb) vmdb/app/controllers/service_controller.rb | 1 + 1 file changed, 1 insertion(+) 1. If user does not have access to view a VM, then Link to VM summary from Service summary screen is not shown.-passed 2.If user does have access to view a VM, then Link to VM summary from Service summary screen is still not shown.-fails. In case 2,link to VM from service summary screen should exist. Version: 5.4.0.0.19.20150410165622_ad23806 New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/62ca50f3099fc673853fb138bd584d717411a7b8 commit 62ca50f3099fc673853fb138bd584d717411a7b8 Author: Aparna Karve <akarve> AuthorDate: Wed Apr 22 09:35:38 2015 -0700 Commit: Aparna Karve <akarve> CommitDate: Wed Apr 22 13:51:20 2015 -0700 Fixed links for VMs/Instances displayed under Service Summary Screen https://bugzilla.redhat.com/show_bug.cgi?id=1190293 vmdb/app/controllers/service_controller.rb | 1 - vmdb/app/controllers/vm_infra_controller.rb | 2 +- vmdb/app/helpers/application_helper.rb | 51 ++++++++++++++++++++++ vmdb/app/views/layouts/_quadicon.html.haml | 2 +- .../layouts/quadicon/_quadicon_text.html.haml | 16 ++++--- .../layouts/quadicon/_vm_or_template.html.haml | 13 ++++-- 6 files changed, 73 insertions(+), 12 deletions(-) Fixed.When clicked on vm/instance on Service Summary Screen,it redirects to the correct page. Verified: 5.4.0.2.20150519003830_673f996 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://rhn.redhat.com/errata/RHBA-2015-1100.html |