Bug 1263845
| Summary: | UI: When migrate button is pressed from a sub list of VMs, it redirects to incorrect screen. | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Harpreet Kataria <hkataria> | |
| Component: | UI - OPS | Assignee: | Harpreet Kataria <hkataria> | |
| Status: | CLOSED ERRATA | QA Contact: | Taras Lehinevych <tlehinev> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 5.3.0 | CC: | cpelland, dajohnso, hkataria, jhardy, mfeifer, mpovolny, obarenbo, tlehinev | |
| Target Milestone: | GA | Keywords: | ZStream | |
| Target Release: | 5.5.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | 5.5.0.3 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1265254 (view as bug list) | Environment: | ||
| Last Closed: | 2015-12-08 13:30:51 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: | 1265254 | |||
|
Description
Harpreet Kataria
2015-09-16 21:19:24 UTC
New commit detected on cfme/5.4.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=f16094bd171ef7169ebc0ef3a0e6d92d27acc20b commit f16094bd171ef7169ebc0ef3a0e6d92d27acc20b Author: Harpreet Kataria <hkataria> AuthorDate: Thu Sep 17 15:34:12 2015 -0400 Commit: Harpreet Kataria <hkataria> CommitDate: Thu Sep 17 15:34:12 2015 -0400 Fixed to load correct screen when pressing button sunder Lifecycle. When pressing Publish, Migrate, Clone buttons under Lifecycle toolbar button from list of VMs under a Provider thru relationship was loading pre provisioning dialog, it should load the workflow dialog directly. Pre-provisioning dialog is only supposed to show when Adding a new Provisioning request directly from VM explorers. https://bugzilla.redhat.com/show_bug.cgi?id=1263845 app/controllers/application_controller.rb | 2 +- app/controllers/application_controller/miq_request_methods.rb | 3 ++- spec/controllers/ems_infra_controller_spec.rb | 9 +++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/f16094bd171ef7169ebc0ef3a0e6d92d27acc20b commit f16094bd171ef7169ebc0ef3a0e6d92d27acc20b Author: Harpreet Kataria <hkataria> AuthorDate: Thu Sep 17 15:34:12 2015 -0400 Commit: Harpreet Kataria <hkataria> CommitDate: Thu Sep 17 15:34:12 2015 -0400 Fixed to load correct screen when pressing button sunder Lifecycle. When pressing Publish, Migrate, Clone buttons under Lifecycle toolbar button from list of VMs under a Provider thru relationship was loading pre provisioning dialog, it should load the workflow dialog directly. Pre-provisioning dialog is only supposed to show when Adding a new Provisioning request directly from VM explorers. https://bugzilla.redhat.com/show_bug.cgi?id=1263845 app/controllers/application_controller.rb | 2 +- app/controllers/application_controller/miq_request_methods.rb | 3 ++- spec/controllers/ems_infra_controller_spec.rb | 9 +++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) 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/RHSA-2015:2551 |