Change in ovirt-engine[master]: webadmin: Prevent UI execption when listing imported VM disks

Tal Nisan has submitted this change and it was merged. Change subject: webadmin: Prevent UI execption when listing imported VM disks ...................................................................... webadmin: Prevent UI execption when listing imported VM disks In some external providers the VM to disk attachment data does not exist and is set as default at the import phase thus the DiskVmElement data is null before the import phase, due to that when displaying the data we should first check if it's not null Change-Id: Ie7f191a2561687f438ac163062069db2da3baff7 Signed-off-by: Tal Nisan <tnisan@redhat.com> Bug-Url: https://bugzilla.redhat.com/1343172 --- M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/vm/ImportVmFromExternalProviderPopupView.java 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Tal Nisan: Verified Daniel Erez: Looks good to me, approved Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/58696 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie7f191a2561687f438ac163062069db2da3baff7 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
tnisan@redhat.com