Daniel Erez has submitted this change and it was merged. Change subject: frontend: handle ExecuteFailedMessages on runAction ...................................................................... frontend: handle ExecuteFailedMessages on runAction Frontend -> handleActionResult: Invoking 'translateExecuteFailedMessages' when 'executeFailedMessages' are available (i.e. translate error messages upon runAction failure). Change-Id: I82fb7f297e92d0848c0b25c43c17fc904f1c06b5 Bug-Url: https://bugzilla.redhat.com/1185826 Signed-off-by: Maor Lipchuk <mlipchuk@redhat.com> Signed-off-by: Daniel Erez <derez@redhat.com> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/action/VdcReturnValueBase.java M frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/Frontend.java M frontend/webadmin/modules/gwt-extension/src/main/java/org/ovirt/engine/core/common/action/VdcReturnValueBase_CustomFieldSerializer.java 3 files changed, 14 insertions(+), 1 deletion(-) Approvals: Daniel Erez: Verified; Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/38941 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I82fb7f297e92d0848c0b25c43c17fc904f1c06b5 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Maor Lipchuk <mlipchuk@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server