Piotr Kliczewski has submitted this change and it was merged. Change subject: core: missing cmdContext assignment in constructor ......................................................................
core: missing cmdContext assignment in constructor Following Change-Id: I310f5f77fff78b3232ee77fe63791425fd521516 RemoveSnapshotSingleDiskCommandBase constructor should pass 'cmdContext' to the parent class. The missing context prevents the snapshot removal task from being set as finished (see related BZ). Change-Id: I5ce97a22fe994b5278104cc6f436248a0c66f140 Bug-Url: https://bugzilla.redhat.com/1119706 Signed-off-by: Daniel Erez <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RemoveSnapshotSingleDiskCommandBase.java 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Allon Mureinik: Looks good to me, but someone else must approve Yair Zaslavsky: Looks good to me, approved Oved Ourfali: Verified -- To view, visit http://gerrit.ovirt.org/30634 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5ce97a22fe994b5278104cc6f436248a0c66f140 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: Daniel Erez <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> Gerrit-Reviewer: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
