Alona Kaplan has uploaded a new change for review.

Change subject: webadmin: add copy of migration property to NetworkCluster 
cloner.
......................................................................

webadmin: add copy of migration property to NetworkCluster cloner.

"migration" is a property that was added to NetworkCluster business entity.
The cloner of NetworkCluster should clone also this entity.

Change-Id: I29d61c9cea1cc6d6269352297fd22f16d988450f
Signed-off-by: Alona Kaplan <[email protected]>
---
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/63/12963/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 6db6e58..d481a39 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
@@ -305,6 +305,7 @@
         obj.setStatus(instance.getStatus());
         obj.setDisplay(instance.isDisplay());
         obj.setRequired(instance.isRequired());
+        obj.setMigration(instance.isMigration());
         return obj;
     }
 


--
To view, visit http://gerrit.ovirt.org/12963
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I29d61c9cea1cc6d6269352297fd22f16d988450f
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alona Kaplan <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to