
Daniel Erez has submitted this change and it was merged. Change subject: webadmin: RadioboxCell - ensure onBrowserEvent invocation ...................................................................... webadmin: RadioboxCell - ensure onBrowserEvent invocation RadioboxCell- currently, onBrowserEvent method isn't invoked (which, for example, prevents FieldUpdater from updating...). Hence, added the default method signature of onBrowserEvent to ensure invocation. More specifically, this fix is required for the FieldUpdater of 'vmConfColumn' in VmSnapshotCustomPreviewPopupWidget. Change-Id: I9a3686a6513778e70c7029ff5c991304a0eee3e9 Signed-off-by: Daniel Erez <derez@redhat.com> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/table/cell/RadioboxCell.java 1 file changed, 5 insertions(+), 0 deletions(-) Approvals: Jenkins CI: Passed CI tests Daniel Erez: Verified Greg Sheremeta: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/42724 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9a3686a6513778e70c7029ff5c991304a0eee3e9 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Greg Sheremeta <gshereme@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: automation@ovirt.org