
From Tal Nisan <tnisan@redhat.com>:
Tal Nisan has submitted this change and it was merged. Change subject: webadmin: Add quotaId and quotaName to Cloner ...................................................................... webadmin: Add quotaId and quotaName to Cloner Updating the hosted engine VM via webadmin was failing due to the values for quotaId and quotaName not being cloned in the Cloner, which left the values set to null in the clone. Those values are not editable for the HE VM, leading to a failure during validation. This patch adds these values to the Cloner in order to prevent the validation failure. Change-Id: I45af78e71d1a624967c9427f3672746a3e0855b9 Bug-Url: https://bugzilla.redhat.com/1410431 Signed-off-by: Phillip Bailey <phbailey@redhat.com> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/Cloner.java 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: Martin Sivák: Looks good to me, but someone else must approve Alexander Wels: Looks good to me, approved Jenkins CI: Passed CI tests Phillip Bailey: Verified -- To view, visit https://gerrit.ovirt.org/69869 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I45af78e71d1a624967c9427f3672746a3e0855b9 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-4.1 Gerrit-Owner: Phillip Bailey <phbailey@redhat.com> Gerrit-Reviewer: Alexander Wels <awels@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Sivák <msivak@redhat.com> Gerrit-Reviewer: Phillip Bailey <phbailey@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>