Bug 1467725
Summary: | Button 'Save' is always disabled on Edit Subnet Page | |||
---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Oleksandr Kolisnyk <okolisny> | |
Component: | UI - OPS | Assignee: | Gilles Dubreuil <gdubreui> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ido Ovadia <iovadia> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 5.8.0 | CC: | dajohnso, hkataria, iovadia, jhardy, mpovolny, obarenbo, opavlenk, simaishi | |
Target Milestone: | GA | Keywords: | Regression, TestOnly, ZStream | |
Target Release: | 5.9.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | openstack:sdn | |||
Fixed In Version: | 5.9.0.1 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1515426 (view as bug list) | Environment: | ||
Last Closed: | 2018-03-06 14:42:15 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | Openstack | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1515426 |
Description
Oleksandr Kolisnyk
2017-07-04 21:18:30 UTC
Gilles, can you take a look at this one? Issue is confirmed on fine branch but doesn't exist on the master branch where buttons are now managed via 'generic_form_buttons' used by 'vm = this' approach instead of $scope. The "Save" button doesn't get activated no matter the changes and besides the fact it seems properly configured. I can't find a fix unless spending more time on the issue therefore I would recommend back-porting from master branch although not ideal because it needs at least the following PRs needs to be backported: https://github.com/ManageIQ/manageiq/pull/15248 https://github.com/ManageIQ/manageiq-ui-classic/pull/1545 After cherry-picking the latter two, the save button works although it should initially be greyed (inactive) until a change in the form has been made. The following 2 Pull Requests provide the needed backport which includes the needed commits that have been cherry-picked. https://github.com/ManageIQ/manageiq/pull/16150 https://github.com/ManageIQ/manageiq-ui-classic/pull/2320 Dependent patch has been back-ported: https://github.com/ManageIQ/manageiq/pull/16150 https://github.com/ManageIQ/manageiq-ui-classic/pull/2320 back ported too, thanks Satoe. Verified ======== 5.9.0.10 |