Bug 1640779
Summary: | [RFE] User wants to change the scheduled time of a migration plan | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Mike Turley <mturley> |
Component: | V2V | Assignee: | Brett Thurber <bthurber> |
Status: | CLOSED ERRATA | QA Contact: | Kedar Kulkarni <kkulkarn> |
Severity: | low | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> |
Priority: | medium | ||
Version: | 5.10.0 | CC: | fdupont, 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
Mike Turley
2018-10-18 18:11:03 UTC
GH Issue: https://github.com/ManageIQ/manageiq-v2v/issues/376 GH PR: https://github.com/ManageIQ/manageiq-v2v/pull/722 New commit detected on ManageIQ/manageiq-v2v/hammer: https://github.com/ManageIQ/manageiq-v2v/commit/4bee0d655829e741c82de95fe5ae7d2fa3c0890e commit 4bee0d655829e741c82de95fe5ae7d2fa3c0890e Author: Michael Ro <mikerodev> AuthorDate: Wed Oct 24 07:38:35 2018 -0400 Commit: Michael Ro <mikerodev> CommitDate: Wed Oct 24 07:38:35 2018 -0400 Merge pull request #722 from mturley/376-edit-migration-schedule [#376] Add Edit schedule feature, move Unschedule button to Delete schedule menu item (cherry picked from commit d4a53f88211070142a670dc686d37703da90aa64) Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1640779 app/javascript/react/screens/App/Overview/components/Migrations/DeleteMigrationMenuItem.js | 2 +- app/javascript/react/screens/App/Overview/components/Migrations/MigrationsCompletedList.js | 43 +- app/javascript/react/screens/App/Overview/components/Migrations/MigrationsNotStartedList.js | 38 +- app/javascript/react/screens/App/Overview/components/Migrations/ScheduleMigrationButton.js | 98 - app/javascript/react/screens/App/Overview/components/Migrations/ScheduleMigrationButtons.js | 117 + app/javascript/react/screens/App/Overview/components/Migrations/__test__/MigrationsCompletedList.test.js | 4 +- app/javascript/react/screens/App/Overview/components/Migrations/helpers/getPlanScheduleInfo.js | 6 +- app/javascript/react/screens/App/Overview/components/ScheduleMigrationModal/ScheduleMigrationModal.js | 5 +- app/javascript/react/screens/App/Overview/components/ScheduleMigrationModal/ScheduleMigrationModalBody.js | 7 +- 9 files changed, 185 insertions(+), 135 deletions(-) On 5.10.0.22 I can schedule, modify and unschedule the migration plan. 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 |