Arik Hadas has posted comments on this change. Change subject: webadmin: Allow to change version name of template ......................................................................
Patch Set 2: (1 comment) http://gerrit.ovirt.org/#/c/25769/2/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/builders/template/VersionNameUnitToVmBaseBuilder.java File frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/builders/template/VersionNameUnitToVmBaseBuilder.java: Line 3: import org.ovirt.engine.core.common.businessentities.VmTemplate; Line 4: import org.ovirt.engine.ui.uicommonweb.builders.BaseSyncBuilder; Line 5: import org.ovirt.engine.ui.uicommonweb.models.vms.UnitVmModel; Line 6: Line 7: public class VersionNameUnitToVmBaseBuilder extends BaseSyncBuilder<UnitVmModel, VmTemplate> { > no need to have this class on 3.4 branch right, missed this one.. Done Line 8: @Override Line 9: protected void build(UnitVmModel source, VmTemplate destination) { Line 10: destination.setTemplateVersionName(source.getTemplateVersionName().getEntity()); Line 11: } -- To view, visit http://gerrit.ovirt.org/25769 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I3c33a8b87f5df7e3dbc23bfcb97cc839b0b6b7bb Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4 Gerrit-Owner: Arik Hadas <[email protected]> Gerrit-Reviewer: Arik Hadas <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Tomas Jelinek <[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
