Martin Betak has uploaded a new change for review.

Change subject: engine: Make VmBase isoPath field editable
......................................................................

engine: Make VmBase isoPath field editable

Make isoPath editable even when the VM is not 'Down'

Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1014035
Change-Id: I07a8531e3254e4c297b7e6c8040de2c9fbbd7166
Signed-off-by: Martin Betak <[email protected]>
---
M 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VmBase.java
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/94/20994/1

diff --git 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VmBase.java
 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VmBase.java
index 74fc5f9..d937ad9 100644
--- 
a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VmBase.java
+++ 
b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VmBase.java
@@ -121,7 +121,7 @@
     @EditableField
     private boolean smartcardEnabled;
 
-    @EditableOnVmStatusField
+    @EditableField
     @Size(max = BusinessEntitiesDefinitions.GENERAL_MAX_SIZE)
     private String isoPath;
 


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

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

Reply via email to