Bug 1190211
Summary: | FATAL -- : Error caught: [ActionController::RoutingError] No route matches {:action=>"dialog_load", :controller=>"ems_infra"} | |||
---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Kevin Morey <kmorey> | |
Component: | UI - OPS | Assignee: | Dan Clarizio <dclarizi> | |
Status: | CLOSED ERRATA | QA Contact: | Dave Johnson <dajohnso> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 5.3.0 | CC: | david.costakos, jhardy, mfeifer, obarenbo, sshveta, 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: | ||||
: | 1190300 (view as bug list) | Environment: | ||
Last Closed: | 2015-06-16 12:49:27 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: | 1190300 |
Description
Kevin Morey
2015-02-06 16:35:01 UTC
New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/542b4677b59258dd62503dbba3cf61a4b26049ed commit 542b4677b59258dd62503dbba3cf61a4b26049ed Author: Dan Clarizio <dclarizi> AuthorDate: Fri Feb 6 15:55:08 2015 -0800 Commit: Dan Clarizio <dclarizi> CommitDate: Mon Feb 9 12:51:05 2015 -0800 Clean up the allowed routes for all of the controllers that run dialogs https://bugzilla.redhat.com/show_bug.cgi?id=1190211 https://bugzilla.redhat.com/show_bug.cgi?id=1190300 vmdb/config/routes.rb | 67 ++++++++-------------- vmdb/spec/routing/catalog_routing_spec.rb | 3 - vmdb/spec/routing/ems_cloud_routing_spec.rb | 1 + vmdb/spec/routing/ems_cluster_routing_spec.rb | 6 ++ vmdb/spec/routing/ems_infra_routing_spec.rb | 2 + vmdb/spec/routing/host_routing_spec.rb | 12 ---- vmdb/spec/routing/service_routing_spec.rb | 14 ----- .../shared_examples/dialog_runner_examples.rb | 2 + vmdb/spec/routing/storage_routing_spec.rb | 6 ++ 9 files changed, 42 insertions(+), 71 deletions(-) New commit detected on cfme/5.3.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=d3dd48e2f7c5c6a16d5aef64effc5699e696c59c commit d3dd48e2f7c5c6a16d5aef64effc5699e696c59c Author: Dan Clarizio <dclarizi> AuthorDate: Mon Feb 9 13:58:49 2015 -0800 Commit: Dan Clarizio <dclarizi> CommitDate: Mon Feb 9 13:58:49 2015 -0800 Clean up the allowed routes for all of the controllers that run dialogs https://bugzilla.redhat.com/show_bug.cgi?id=1190211 https://bugzilla.redhat.com/show_bug.cgi?id=1190300 vmdb/config/routes.rb | 16 +++++++++++++++- vmdb/spec/routing/ems_cloud_routing_spec.rb | 3 +++ vmdb/spec/routing/ems_cluster_routing_spec.rb | 24 ++++++++++++++++++++++++ vmdb/spec/routing/ems_infra_routing_spec.rb | 4 ++++ vmdb/spec/routing/storage_routing_spec.rb | 18 ++++++++++++++++++ 5 files changed, 64 insertions(+), 1 deletion(-) Fixed. Verified in 5.4.0.0.11.20150309201930_8b6a235 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 |