
Alexander Wels has submitted this change and it was merged. Change subject: webadmin: Make multiselect bheaviour of list model consistent ...................................................................... webadmin: Make multiselect bheaviour 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 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 Alexander Wels: Looks good to me, approved Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/53364 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I28feceb6a4c2d163e8edb2ea37b712bd82335a9c Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Roman Mohr <rmohr@redhat.com> Gerrit-Reviewer: Alexander Wels <awels@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Roman Mohr <rmohr@redhat.com> Gerrit-Reviewer: Roy Golan <rgolan@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>