Skip to content

Commit

Permalink
Merge pull request #3287 from hstastna/Edit_Tag_Cloud_Subnets_checkbo…
Browse files Browse the repository at this point in the history
…x_Networks

Fix editing Tags for Cloud Subnets
(cherry picked from commit b1ce307)

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1537144
  • Loading branch information
mzazrivec authored and simaishi committed Jan 22, 2018
1 parent ee2362f commit 540068a
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 540068a

Please sign in to comment.