-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CloudSubnet: IP version not displayed #1515
CloudSubnet: IP version not displayed #1515
Conversation
@gildub Cannot apply the following label because they are not recognized: bug fine/yes euwe/yes |
@gildub Cannot apply the following label because they are not recognized: fine/yes euwe/yes |
@dclarizio, there is no BZ because I just bumped into that one myself. |
Use `network_protocol` instead of `ip_version` which match CloudSubnet field name and allows to display the value properly in the edit view.
Checked commit https://github.com/gildub/manageiq-ui-classic/commit/7254e32060808d1633fafd1d0a59c471fb25a393 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
…o-ip_version CloudSubnet: IP version not displayed (cherry picked from commit 217a335) https://bugzilla.redhat.com/show_bug.cgi?id=1461070
Fine backport details:
|
Euwe backport details:
|
Use
network_protocol
instead ofip_version
which match CloudSubnet field name and allows to display the value properly in the edit view.https://bugzilla.redhat.com/show_bug.cgi?id=1460878