
Tal Nisan has submitted this change and it was merged. Change subject: webadmin: add missing initialization of vm-init model for pool ...................................................................... webadmin: add missing initialization of vm-init model for pool Missing initialization of VM-init model in the new VM pool dialog caused properties in the model to be uninitialized and therefore to produce NPEs. This patch adds default initialization of the model for new pool dialog the same way it happens for new VM dialog. Change-Id: I16d8ef192759863cb84d0f54f0daeea165000d22 Bug-Url: https://bugzilla.redhat.com/1289961 Signed-off-by: Arik Hadas <ahadas@redhat.com> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/NewPoolModelBehavior.java 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: Shahar Havivi: Looks good to me, approved Jenkins CI: Passed CI tests Arik Hadas: Verified -- To view, visit https://gerrit.ovirt.org/51084 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I16d8ef192759863cb84d0f54f0daeea165000d22 Gerrit-PatchSet: 3 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: Shahar Havivi <shavivi@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>