Skip to content

Commit

Permalink
Merge pull request #19031 from AlexanderZagaynov/BZ-1724312_unable_to…
Browse files Browse the repository at this point in the history
…_receive_events

set vm name on reconnect
  • Loading branch information
agrare committed Jul 23, 2019
2 parents 05eb81d + 3fd6288 commit d538216
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/models/vm_or_template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -847,6 +847,7 @@ def reconnect_events
if src_vm.nil? && e.vm_ems_ref == ems_ref
src_vm = self
e.vm_or_template_id = src_vm.id
e.vm_name = src_vm.name
do_save = true
end

Expand Down

0 comments on commit d538216

Please sign in to comment.