Tal Nisan has uploaded a new change for review. Change subject: webadmin: Fix bug in DC selection for an ISO domain attached to multiple DCs ......................................................................
webadmin: Fix bug in DC selection for an ISO domain attached to multiple DCs Change-Id: I31dd6b0a2908f82bdcb3762c963908865ac88f42 Bug-Url: https://bugzilla.redhat.com/1117228 Signed-off-by: Tal Nisan <tni...@redhat.com> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/StorageDataCenterListModel.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/31/32931/1 diff --git a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/StorageDataCenterListModel.java b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/StorageDataCenterListModel.java index 21d4d16..0251852 100644 --- a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/StorageDataCenterListModel.java +++ b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/StorageDataCenterListModel.java @@ -218,7 +218,7 @@ String guid = domain.getStoragePoolId() != null ? domain.getStoragePoolId().toString() : Guid.Empty.toString(); - domain.setQueryableId(domain.getId() + "_" + guid); //$NON-NLS-1$ + domain.setId(domain.getStoragePoolId()); } searchableListModel.setItems(domains); setIsEmpty(((List) searchableListModel.getItems()).size() == 0); -- To view, visit http://gerrit.ovirt.org/32931 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I31dd6b0a2908f82bdcb3762c963908865ac88f42 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tal Nisan <tni...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches