Description of problem: Can't edit cloud subnet because button 'Save' is disabled Version-Release number of selected component (if applicable): 5.8.1.0 and RHOS 11 How reproducible: Always Steps to Reproduce: 1. Go Networks -> Subnets 2. Click on any subnet 3. Click Configuration -> Edit this Cloud Subnet 4. Change any value in form 5. Click on 'Save' button Actual results: 'Save' button is not clickable Expected results: Confirmation of subnet's edition Additional info: JFYI: RHOS 11 was deployed with composable roles
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