Change in ovirt-engine[ovirt-engine-3.5]: frontend: Fix issues with VmRngDevice.Source enum

Piotr Kliczewski has submitted this change and it was merged. Change subject: frontend: Fix issues with VmRngDevice.Source enum ...................................................................... frontend: Fix issues with VmRngDevice.Source enum this patch fixes problems with ^ enum parsing in ClusterModel. This enum is represented as lower-case string in the engine config. When matching this enum to its string representation, toLowerCase() must be called firstly. Change-Id: Ieeb5660fe5da4ea1ba913247150d4c63cecae1bb Signed-off-by: Frantisek Kobzik <fkobzik@redhat.com> Bug-Url: https://bugzilla.redhat.com/1122921 --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/clusters/ClusterModel.java 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Tomas Jelinek: Looks good to me, approved Frank Kobzik: Verified -- To view, visit http://gerrit.ovirt.org/30679 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ieeb5660fe5da4ea1ba913247150d4c63cecae1bb Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: Frank Kobzik <fkobzik@redhat.com> Gerrit-Reviewer: Frank Kobzik <fkobzik@redhat.com> Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczewski@gmail.com> Gerrit-Reviewer: Tomas Jelinek <tjelinek@redhat.com> Gerrit-Reviewer: automation@ovirt.org
participants (1)
-
piotr.kliczewski@gmail.com