Libor Spevak has uploaded a new change for review. Change subject: userportal,webadmin: USB Support combo permission fixed ......................................................................
userportal,webadmin: USB Support combo permission fixed Setting Desktop Virtual Machine >> Console tab >> Spice combo >> USB Support value = Native in the Edit VM dialog causes NPE in GUI because this option is wrongly enabled just for webadmin. Enabled now for portal user, too. Change-Id: I1cefa8cd69057528218373754343c078f3fd6a42 Bug-Url: https://bugzilla.redhat.com/913625 Signed-off-by: Libor Spevak <[email protected]> --- M backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/ConfigurationValues.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/16/12716/1 diff --git a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/ConfigurationValues.java b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/ConfigurationValues.java index e92c11d..836ea6d 100644 --- a/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/ConfigurationValues.java +++ b/backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/queries/ConfigurationValues.java @@ -81,7 +81,7 @@ GlusterVolumeOptionOwnerGroupVirtValue, CpuPinningEnabled, CpuPinMigrationEnabled, - MigrationSupportForNativeUsb, + MigrationSupportForNativeUsb(ConfigAuthType.User) ; public static enum ConfigAuthType { -- To view, visit http://gerrit.ovirt.org/12716 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1cefa8cd69057528218373754343c078f3fd6a42 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Libor Spevak <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
