Daniel Erez has submitted this change and it was merged. Change subject: userportal: fixed NPE on VmDiskListModelTable ......................................................................
userportal: fixed NPE on VmDiskListModelTable Regression which has been introduced by extracting the content of VmDiskListModelTable to BaseVmDiskListModelTable. The problem was that the plugButtonDefinition's and unPlugButtonDefinition's usage has been forgotten in the base class but it should be in the VmDiskListModelTable. Change-Id: I9f32970dc1aa2550c3cb26e5b47ecf497cc6b2e3 --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/vm/BaseVmDiskListModelTable.java M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/vm/VmDiskListModelTable.java 2 files changed, 28 insertions(+), 28 deletions(-) Approvals: Daniel Erez: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/2768 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9f32970dc1aa2550c3cb26e5b47ecf497cc6b2e3 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tomas Jelinek <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Vojtech Szocs <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
