Tomas Jelinek has submitted this change and it was merged. Change subject: webadmin: Fix NPE in Edit Pool Dialog ......................................................................
webadmin: Fix NPE in Edit Pool Dialog Creation of the dialog was failing due to NPE in DisksAllocationModel.sortDisks() when the list of disks was null. Added relevant null-check. Change-Id: I83e3d1308519d1abb49cd31a3fe3298d517e7aa6 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=959936 Signed-off-by: Martin Betak <[email protected]> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/DisksAllocationModel.java 1 file changed, 4 insertions(+), 2 deletions(-) Approvals: Tomas Jelinek: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/14507 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I83e3d1308519d1abb49cd31a3fe3298d517e7aa6 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Martin Beták <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Martin Beták <[email protected]> Gerrit-Reviewer: Tomas Jelinek <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
