Tomas Jelinek has submitted this change and it was merged.
Change subject: userportal: NPE in new VM dialog
......................................................................
userportal: NPE in new VM dialog
The new VM dialog used the SpiceFileTransferToggleSupported and
SpiceCopyPasteToggleSupported, but they were not marked as user queries
causing NPE.
Fixed by marking them as user queries.
Change-Id: Ib943ec7e761f837d4f4cd60c277ef9e811300010
Signed-off-by: Frantisek Kobzik <fkobzik(a)redhat.com>
---
M
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/ConfigurationValues.java
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Tomas Jelinek: Verified; Looks good to me, approved
Frank Kobzik: Verified
--
To view, visit
http://gerrit.ovirt.org/28236
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib943ec7e761f837d4f4cd60c277ef9e811300010
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Frank Kobzik <fkobzik(a)redhat.com>
Gerrit-Reviewer: Frank Kobzik <fkobzik(a)redhat.com>
Gerrit-Reviewer: Tomas Jelinek <tjelinek(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server