Change in ovirt-engine[master]: core: CommandBase - persist command after endAction()/execute()

Liron Aravot has submitted this change and it was merged. Change subject: core: CommandBase - persist command after endAction()/execute() ...................................................................... core: CommandBase - persist command after endAction()/execute() Currently commands may update their parameters/return value in the endAction()/execute() methods. In order for that data to be available for the parent command, the command updated info should be persisted after the execute/end methods. Change-Id: I6ec6aa1fa238b552b02fc41f81eb5b927b062c62 Signed-off-by: Liron Aravot <laravot@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java 1 file changed, 10 insertions(+), 2 deletions(-) Approvals: Jenkins CI: Passed CI tests Moti Asayag: Looks good to me, approved Liron Aravot: Verified -- To view, visit https://gerrit.ovirt.org/52919 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6ec6aa1fa238b552b02fc41f81eb5b927b062c62 Gerrit-PatchSet: 4 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Liron Aravot <laravot@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Liron Aravot <laravot@redhat.com> Gerrit-Reviewer: Moti Asayag <masayag@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
laravot@redhat.com