Martin Betak has uploaded a new change for review.

Change subject: userportal: Update Vm.comment field on edit VM
......................................................................

userportal: Update Vm.comment field on edit VM

Change-Id: I125478ef32de5cefa16d8a5568b468c361f520bd
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1056567
Signed-off-by: Martin Betak <[email protected]>
---
M 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/userportal/UserPortalListModel.java
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/71/23571/1

diff --git 
a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/userportal/UserPortalListModel.java
 
b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/userportal/UserPortalListModel.java
index de00a7a..66748ef 100644
--- 
a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/userportal/UserPortalListModel.java
+++ 
b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/userportal/UserPortalListModel.java
@@ -1028,6 +1028,7 @@
         
gettempVm().setNumOfMonitors(model.getNumOfMonitors().getSelectedItem());
         gettempVm().setSingleQxlPci(model.getIsSingleQxlEnabled().getEntity());
         
gettempVm().setAllowConsoleReconnect(model.getAllowConsoleReconnect().getEntity());
+        gettempVm().setComment(model.getComment().getEntity());
         gettempVm().setVmDescription(model.getDescription().getEntity());
         gettempVm().setVmDomain(model.getDomain().getIsAvailable() ? 
model.getDomain()
                 .getSelectedItem() : ""); //$NON-NLS-1$


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

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

Reply via email to