-
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
[WIP] Enable Floating IPs delete/edit for FloatingIP controller #962
Conversation
Checked commit PanSpagetka@adf7dc4 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 app/helpers/application_helper/toolbar/floating_ips_center.rb
|
@PanSpagetka I think we'll need a BZ for backport to Fine |
When editing amazon floating IP, I get the following error during form submit:
|
I'm marking this as a work in progress pull request until the error above is resolved / explained. Perhaps @gildub can shine some light on the error above. |
@PanSpagetka |
@ZitaNemeckova, @dclarizio and @PanSpagetka Sorry I missed that one, looking at it... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ZitaNemeckova, is right about the action being triggered from a provider that doesn't support it.
SupportFreaturesMixin
is needed and has not made it to floating IPs. I'm going to add a patch to address the later and will link it.
#1580 should help to work around unsupported providers. Can you please rebase using it and let me know how it goes, please don't hesitate to reach out if you need help. |
This pull request has been automatically closed because it has not been updated for at least 6 months. Feel free to reopen this pull request if these changes are still valid. Thank you for all your contributions! |
Enable Floating IPs delete/edit buttons for
FloatingIPController
. It seems to work in UI, but I would appreciate review from someone who is familiar with FloatingIPs.Probably related with: ManageIQ/manageiq#12551
@gildub @ZitaNemeckova please review