
Tal Nisan has submitted this change and it was merged. Change subject: webadmin: prevent an exception when loading vm from vmware ...................................................................... webadmin: prevent an exception when loading vm from vmware This patch fixed NPE that was thrown when VMs from VMware were loaded. Note that in that case there are no snapshot so the copy-collapse configuration is not needed and thus this code can be removed. Change-Id: I150a0b34fc2333bda58612bdcf4b212158f79485 Bug-Url: https://bugzilla.redhat.com/1236075 Signed-off-by: Arik Hadas <ahadas@redhat.com> --- M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/vm/ImportVmFromExternalProviderPopupView.java 1 file changed, 0 insertions(+), 9 deletions(-) Approvals: Tomas Jelinek: Looks good to me, approved Tal Nisan: Passed CI tests Arik Hadas: Verified -- To view, visit https://gerrit.ovirt.org/44714 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I150a0b34fc2333bda58612bdcf4b212158f79485 Gerrit-PatchSet: 6 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.6 Gerrit-Owner: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczewski@gmail.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: Tomas Jelinek <tjelinek@redhat.com> Gerrit-Reviewer: automation@ovirt.org