
Oved Ourfali has submitted this change and it was merged. Change subject: webadmin: Make multiselect behaviour of list model consistent ...................................................................... webadmin: Make multiselect behaviour of list model consistent Currently in the preferred host list it sometimes happens that when listening on a multi select event and then accessing the single select value of the list box, it still contains the old value. This patch makes sure that the values for single and multi select are always synchronized. Change-Id: I28feceb6a4c2d163e8edb2ea37b712bd82335a9c Bug-Url: https://bugzilla.redhat.com/1265953 Bug-Url: https://bugzilla.redhat.com/1289967 Signed-off-by: Roman Mohr <rmohr@redhat.com> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/UnitVmModel.java 1 file changed, 9 insertions(+), 0 deletions(-) Approvals: Roman Mohr: Verified Jenkins CI: Passed CI tests Vojtech Szocs: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/53784 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I28feceb6a4c2d163e8edb2ea37b712bd82335a9c Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.6 Gerrit-Owner: Roman Mohr <rmohr@redhat.com> Gerrit-Reviewer: Alexander Wels <awels@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Oved Ourfali <oourfali@redhat.com> Gerrit-Reviewer: Roman Mohr <rmohr@redhat.com> Gerrit-Reviewer: Roy Golan <rgolan@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: Tomas Jelinek <tjelinek@redhat.com> Gerrit-Reviewer: Vojtech Szocs <vszocs@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>