Skip to content

Commit

Permalink
Reverted a change that was accidentally backported
Browse files Browse the repository at this point in the history
this line was accidentally backported to EUWE in ManageIQ/manageiq#15310 commit e066db4c6a9c89ee9270691d6e93aafae422b687

https://bugzilla.redhat.com/show_bug.cgi?id=1517712
  • Loading branch information
h-kataria committed Nov 28, 2017
1 parent e9bf2e7 commit 4aeb53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/cloud_volume_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def attach
assert_privileges("cloud_volume_attach")
@vm_choices = {}
@volume = find_record_with_rbac(CloudVolume, params[:id])
@volume.available_vms.each { |vm| @vm_choices[vm.name] = vm.id }
@volume.cloud_tenant.vms.each { |vm| @vm_choices[vm.name] = vm.id }

@in_a_form = true
drop_breadcrumb(
Expand Down

0 comments on commit 4aeb53c

Please sign in to comment.