Alona Kaplan has uploaded a new change for review. Change subject: webadmin: copy "linked" property on VmNetworkInterface cloner. ......................................................................
webadmin: copy "linked" property on VmNetworkInterface cloner. "linked" boolean is a new property added to VmNetworkInterface. It should also be copied by the cloner. Change-Id: Ic00991d1919234716f6f984ba3f27af41d620786 Signed-off-by: Alona Kaplan <alkap...@redhat.com> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/Cloner.java 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/01/9801/1 diff --git a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/Cloner.java b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/Cloner.java index e17bf71..aafa4ff 100644 --- a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/Cloner.java +++ b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/Cloner.java @@ -468,6 +468,7 @@ obj.setMacAddress(vmNetworkInterface.getMacAddress()); obj.setName(vmNetworkInterface.getName()); obj.setNetworkName(vmNetworkInterface.getNetworkName()); + obj.setLinked(vmNetworkInterface.isLinked()); obj.setSpeed(vmNetworkInterface.getSpeed()); obj.setType(vmNetworkInterface.getType()); obj.setVmId(vmNetworkInterface.getVmId()); -- To view, visit http://gerrit.ovirt.org/9801 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic00991d1919234716f6f984ba3f27af41d620786 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alona Kaplan <alkap...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches