Bug 1642464
Summary: | [RFE] Auto select displayed migration plans | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Michael Ro <micro> |
Component: | V2V | Assignee: | Brett Thurber <bthurber> |
Status: | CLOSED ERRATA | QA Contact: | Yadnyawalk Tale <ytale> |
Severity: | low | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> |
Priority: | medium | ||
Version: | 5.10.0 | CC: | fdupont, kkulkarn, simaishi, smallamp |
Target Milestone: | GA | Keywords: | FutureFeature |
Target Release: | 5.10.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 5.10.0.22 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-02-07 23:03:55 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: |
Description
Michael Ro
2018-10-24 13:14:09 UTC
New commit detected on ManageIQ/manageiq-v2v/hammer: https://github.com/ManageIQ/manageiq-v2v/commit/a7da7060f9fd56d43b844f3b421d2794a856c2e8 commit a7da7060f9fd56d43b844f3b421d2794a856c2e8 Author: Mike Turley <mike.turley.umass.edu> AuthorDate: Fri Oct 26 10:45:47 2018 -0400 Commit: Mike Turley <mike.turley.umass.edu> CommitDate: Fri Oct 26 10:45:47 2018 -0400 Merge pull request #730 from michaelkro/723-auto-select-plan-list [#723] Auto select migrations filter (cherry picked from commit 0e6a60ed8c4718b704bb6cb8f291f2285151b1b0) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1642464 app/javascript/react/screens/App/Overview/Overview.js | 29 +- app/javascript/react/screens/App/Overview/OverviewActions.js | 21 +- app/javascript/react/screens/App/Overview/OverviewConstants.js | 1 + app/javascript/react/screens/App/Overview/OverviewReducer.js | 7 +- app/javascript/react/screens/App/Overview/__test__/OverviewActions.test.js | 21 +- app/javascript/react/screens/App/Overview/__test__/__snapshots__/OverviewActions.test.js.snap | 22 + app/javascript/react/screens/App/Overview/components/Migrations/Migrations.js | 335 +- app/javascript/react/screens/App/Overview/components/Migrations/__test__/Migrations.test.js | 3 + 8 files changed, 262 insertions(+), 177 deletions(-) In 5.10.0.23 this is implemented. Auto-selecting relevant Tab. Plans in progress, if there are any Not started plans, if there are any and (1) is empty Completed plans if there are any and (1) and (2) are empty Archived plans if there are any and (1), (2), and (3) are empty 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-2019:0212 |