Tal Nisan has submitted this change and it was merged.
Change subject: frontend: Fix display of custom properties on edit VM
......................................................................
frontend: Fix display of custom properties on edit VM
In ExistingVmModelBehavior the custom properties sheet was not
deserialized from entity to corresponding widget.
Also on backend when we were dealing with VM that has next runtime
configuration the OvfImport did copy the userDefined and predefined
properties but not the aggregate customProperties.
Change-Id: I523c61595911138b07ee74563239dd80ccb8cc99
Bug-Url:
https://bugzilla.redhat.com/show_bug.cgi?id=1128433
Signed-off-by: Martin Betak <mbetak(a)redhat.com>
---
M
backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ovf/OvfVmReader.java
M
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/ExistingVmModelBehavior.java
2 files changed, 8 insertions(+), 0 deletions(-)
Approvals:
Martin Betak: Verified
Omer Frenkel: Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/31990
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I523c61595911138b07ee74563239dd80ccb8cc99
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.5
Gerrit-Owner: Martin Betak <mbetak(a)redhat.com>
Gerrit-Reviewer: Martin Betak <mbetak(a)redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofrenkel(a)redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server