Alexander Wels has uploaded a new change for review. Change subject: userportal,webadmin: user domain selection ......................................................................
userportal,webadmin: user domain selection - Fixed issue if there are more than one domains and you selected one that wasn't the default, the domain value would not be propagated by the GWT editor to the model. Change-Id: I396ca930862354b0c0c0c5e5341a0680521ece2e Signed-off-by: Alexander Wels <[email protected]> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/AbstractLoginFormView.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/92/27692/1 diff --git a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/AbstractLoginFormView.java b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/AbstractLoginFormView.java index f1eee8c..59ed186 100644 --- a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/AbstractLoginFormView.java +++ b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/AbstractLoginFormView.java @@ -61,7 +61,7 @@ @UiField @Path("domain.selectedItem") @WithElementId("domain") - public ListModelListBoxEditor<Object> domainEditor; + public ListModelListBoxEditor<String> domainEditor; @UiField @WithElementId -- To view, visit http://gerrit.ovirt.org/27692 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I396ca930862354b0c0c0c5e5341a0680521ece2e Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alexander Wels <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
