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
  • Loading branch information
mzazrivec authored Jan 22, 2018
2 parents 06dca5f + 4151159 commit b1ce307
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/cloud_network_controller.rb
Original file line number Diff line number Diff line change
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 b1ce307

Please sign in to comment.