Change in ovirt-engine[ovirt-engine-3.6]: webadmin: check box header

Piotr Kliczewski has submitted this change and it was merged. Change subject: webadmin: check box header ...................................................................... webadmin: check box header - The ResizeableCheckboxHeader was not propagating the 'change' event handling causing some header check boxes to not react to changes. This patch fixes the issue. Unfortunately I have to 'polute' the ResizableHeader to handle change as constructor is the only place that allows one to pass in the checkbox that handles the event. This means that the method that creates the checkbox has to be static, and you can't override a static method. Change-Id: Ib302582c57055705c7348112d99b49f5ec6a8841 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1257168 Signed-off-by: Alexander Wels <awels@redhat.com> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/table/header/ResizableHeader.java M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/table/header/ResizeableCheckboxHeader.java 2 files changed, 1 insertion(+), 18 deletions(-) Approvals: Alexander Wels: Verified Jenkins CI: Passed CI tests Greg Sheremeta: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/46462 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib302582c57055705c7348112d99b49f5ec6a8841 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.6 Gerrit-Owner: Alexander Wels <awels@redhat.com> Gerrit-Reviewer: Alexander Wels <awels@redhat.com> Gerrit-Reviewer: Einav Cohen <ecohen@redhat.com> Gerrit-Reviewer: Greg Sheremeta <gshereme@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczewski@gmail.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: Vojtech Szocs <vszocs@redhat.com> Gerrit-Reviewer: automation@ovirt.org
participants (1)
-
piotr.kliczewski@gmail.com