Bug 1770022
Summary: | [RFE] Issue with VM reconfiguration dialog (adding networks) after recent upgrade | |||
---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Tuan <tuado> | |
Component: | UI - OPS | Assignee: | Martin Povolny <mpovolny> | |
Status: | CLOSED NOTABUG | QA Contact: | Niyaz Akhtar Ansari <nansari> | |
Severity: | high | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> | |
Priority: | high | |||
Version: | 5.10.8 | CC: | bmidwood, dmetzger, greartes, hkataria, jhardy, lavenel, mfeifer, mpovolny, mshriver, obarenbo | |
Target Milestone: | GA | Keywords: | RFE, TestOnly, ZStream | |
Target Release: | 5.12.0 | |||
Hardware: | All | |||
OS: | All | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1788564 1788566 (view as bug list) | Environment: | ||
Last Closed: | 2020-03-20 15:45:24 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | Feature | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | CFME Core | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1788564, 1788566 |
Description
Tuan
2019-11-07 22:34:37 UTC
Final solution is here: https://github.com/ManageIQ/manageiq-ui-classic/pull/6469 https://github.com/ManageIQ/manageiq/pull/19566 New commit detected on ManageIQ/manageiq-ui-classic/ivanchuk: https://github.com/ManageIQ/manageiq-ui-classic/commit/5650882f0e1dbca1e8f0b10b837dfcd62053b497 commit 5650882f0e1dbca1e8f0b10b837dfcd62053b497 Author: Martin Povolny <mpovolny> AuthorDate: Wed Jan 8 09:37:10 2020 -0500 Commit: Martin Povolny <mpovolny> CommitDate: Wed Jan 8 09:37:10 2020 -0500 Reconfigure: use detailed RBAC features backport of https://github.com/ManageIQ/manageiq-ui-classic/pull/6469 fixes https://bugzilla.redhat.com/show_bug.cgi?id=1770022 app/controllers/miq_request_controller.rb | 2 +- app/controllers/mixins/actions/vm_actions/reconfigure.rb | 66 +- app/helpers/application_helper/button/vm_reconfigure.rb | 2 +- app/helpers/application_helper/button/vm_reconfigure_multiple.rb | 5 + app/helpers/application_helper/toolbar/template_clouds_center.rb | 9 - app/helpers/application_helper/toolbar/vm_infras_center.rb | 1 + app/helpers/application_helper/toolbar/x_template_cloud_center.rb | 5 - app/views/vm_common/_reconfigure.html.haml | 202 +- spec/helpers/application_helper/buttons/vm_reconfigure_spec.rb | 5 + spec/shared/helpers/application_helper_buttons.rb | 4 +- 10 files changed, 159 insertions(+), 142 deletions(-) New commit detected on ManageIQ/manageiq-ui-classic/hammer: https://github.com/ManageIQ/manageiq-ui-classic/commit/0536bd9350cac30c6a18f444f969a2a5eae779cd commit 0536bd9350cac30c6a18f444f969a2a5eae779cd Author: Martin Povolny <mpovolny> AuthorDate: Wed Jan 8 09:37:10 2020 -0500 Commit: Martin Povolny <mpovolny> CommitDate: Wed Jan 8 09:37:10 2020 -0500 Reconfigure: use detailed RBAC features backport of https://github.com/ManageIQ/manageiq-ui-classic/pull/6469 fixes https://bugzilla.redhat.com/show_bug.cgi?id=1770022 app/controllers/miq_request_controller.rb | 2 +- app/controllers/mixins/actions/vm_actions/reconfigure.rb | 106 +- app/helpers/application_helper/button/vm_reconfigure.rb | 2 +- app/helpers/application_helper/button/vm_reconfigure_multiple.rb | 5 + app/helpers/application_helper/toolbar/template_clouds_center.rb | 9 - app/helpers/application_helper/toolbar/vm_infras_center.rb | 1 + app/helpers/application_helper/toolbar/x_template_cloud_center.rb | 5 - app/views/vm_common/_reconfigure.html.haml | 203 +- spec/helpers/application_helper/buttons/vm_reconfigure_spec.rb | 5 + spec/shared/helpers/application_helper_buttons.rb | 4 +- 10 files changed, 161 insertions(+), 181 deletions(-) |