Tomas Jelinek has submitted this change and it was merged. Change subject: Frontend: ConsoleUserName & ClientIP update regression fix ...................................................................... Frontend: ConsoleUserName & ClientIP update regression fix Due to comparison of the same variable which never can be false, the values for the ConsoleUserName and ClientIP fields for console users was not updated. This patch fixes this regression which was introduced in the refactoring of the sessions tab into the guest info tab. Change-Id: Ibb13bd4e9e8a77ee606520133c681464ac119ba5 Bug-Url: https://bugzilla.redhat.com/1272978 Signed-off-by: Vinzenz Feenstra <vfeenstr@redhat.com> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/VmGuestInfoModel.java 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Tomas Jelinek: Looks good to me, approved Jenkins CI: Passed CI tests Martin Betak: Looks good to me, but someone else must approve Vinzenz Feenstra: Verified -- To view, visit https://gerrit.ovirt.org/49103 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibb13bd4e9e8a77ee606520133c681464ac119ba5 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Vinzenz Feenstra <vfeenstr@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Betak <mbetak@redhat.com> Gerrit-Reviewer: Tomas Jelinek <tjelinek@redhat.com> Gerrit-Reviewer: Vinzenz Feenstra <vfeenstr@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>