-
Notifications
You must be signed in to change notification settings - Fork 897
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
[EUWE] Cloud Network UI: Task queue, validation, buttons and translation #13416
Conversation
This pull request is not mergeable. Please rebase and repush. |
7638fcf
to
3eb6023
Compare
javascript_redirect previous_breadcrumb_url | ||
def update_finished | ||
task_id = session[:async][:params][:task_id] | ||
cloud_network_id = session[:async][:params][:id] |
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.
This line can be removed.
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.
@gildub I'd prefer to leave it in, as it was removed upstream in a separate PR; I don't want to introduce potential future merge conflicts. Let me know what you think!
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.
@tzumainn, you're right, let's leave it then.
@miq-bot add_label euwe/yes |
3eb6023
to
05e1d05
Compare
https://bugzilla.redhat.com/show_bug.cgi?id=1394281 This is an Euwe-only PR to resolve conflicts with: app/controllers/cloud_network_controller.rb app/models/manageiq/providers/openstack/network_manager.rb This PR is equivalent to ManageIQ#12071 on master.
05e1d05
to
0b86cdd
Compare
Checked commit tzumainn@0b86cdd with ruby 2.2.5, rubocop 0.37.2, and haml-lint 0.16.1 app/controllers/cloud_network_controller.rb
app/helpers/application_helper/toolbar/cloud_networks_center.rb
spec/controllers/cloud_network_controller_spec.rb
|
@martinpovolny @gildub is this good to go? |
@simaishi, This is good to go! Thanks |
https://bugzilla.redhat.com/show_bug.cgi?id=1394281
This is an Euwe-only PR to resolve conflicts with:
This PR is equivalent to #12071
on master.