Change in ovirt-engine[master]: webadmin: Fix incorrect VM status icon in NUMA menu

Alexander Wels has submitted this change and it was merged. Change subject: webadmin: Fix incorrect VM status icon in NUMA menu ...................................................................... webadmin: Fix incorrect VM status icon in NUMA menu This patch fixes an error wherein the status icon of a VM could be out of sync with the actual status of the VM in the NUMA pinning menu. Cause: The instance of the VM model pulled from the database was being discarded and the version currently stored in memory was being used to back the VmNumaSupportModel instead. Fix: Use the model instance being returned from the database to back the VmNumaSupportModel instead of the current model stored in memory. Change-Id: Idd5ed3807d90dbd0ed6b76a31d6a1673e52eb988 Bug-Url: https://bugzilla.redhat.com/1147858 Signed-off-by: Phillip Bailey <phbailey@redhat.com> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/numa/VmNumaSupportModel.java 1 file changed, 1 insertion(+), 10 deletions(-) Approvals: Roman Mohr: Looks good to me, but someone else must approve Alexander Wels: Looks good to me, approved Jenkins CI: Passed CI tests Phillip Bailey: Verified -- To view, visit https://gerrit.ovirt.org/64042 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Idd5ed3807d90dbd0ed6b76a31d6a1673e52eb988 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Phillip Bailey <phbailey@redhat.com> Gerrit-Reviewer: Alexander Wels <awels@redhat.com> Gerrit-Reviewer: Greg Sheremeta <gshereme@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Sivák <msivak@redhat.com> Gerrit-Reviewer: Phillip Bailey <phbailey@redhat.com> Gerrit-Reviewer: Roman Mohr <rmohr@redhat.com> Gerrit-Reviewer: Roy Golan <rgolan@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
awels@redhat.com