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

(cherry picked from commit d538216)

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1733383
  • Loading branch information
agrare authored and simaishi committed Jul 25, 2019
1 parent f8b574a commit e725e22
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 @@ -840,6 +840,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 e725e22

Please sign in to comment.