Oved Ourfali has posted comments on this change. Change subject: restapi: add support for import image as template ......................................................................
Patch Set 2: (1 comment) http://gerrit.ovirt.org/#/c/25715/2/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ImportRepoImageCommand.java File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ImportRepoImageCommand.java: Line 36: public ImportRepoImageCommand(T parameters) { Line 37: super(parameters); Line 38: Line 39: getParameters().setCommandType(getActionType()); Line 40: getParameters().setParametersCurrentUser(getCurrentUser()); added this one, as with the REST support there is no "current user" in the async commands unless setting it here. Line 41: } Line 42: Line 43: protected ProviderProxyFactory getProviderProxyFactory() { Line 44: return ProviderProxyFactory.getInstance(); -- To view, visit http://gerrit.ovirt.org/25715 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I5efa82616c3fa3944800542aafce14d550bd74d9 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Oved Ourfali <[email protected]> Gerrit-Reviewer: Juan Hernandez <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
