Skip to content

Commit

Permalink
Fix editing Tags for Cloud Subnets
Browse files Browse the repository at this point in the history
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1534915

Fix editing Tags for Cloud Subnets when going to Networks -> Networks,
choosing a network, selecting Cloud Subnets and selecting some Subnets
by checking the checkboxes in the list and clicking on Edit Tags under
Policy.
  • Loading branch information
hstastna committed Jan 19, 2018
1 parent f484244 commit 4151159
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/cloud_network_controller.rb
Expand Up @@ -30,6 +30,8 @@ def button
javascript_redirect :action => "edit", :id => checked_item_id
when "cloud_network_new"
javascript_redirect :action => "new"
when "cloud_subnet_tag"
return tag("CloudSubnet")
when "custom_button"
custom_buttons
return
Expand Down

0 comments on commit 4151159

Please sign in to comment.