Itamar Heim has submitted this change and it was merged. Change subject: webadmin: edit unattached SD - prevent infinite progress ......................................................................
webadmin: edit unattached SD - prevent infinite progress StorageModel -> postUpdateHost: When editing a storage domain, hosts are filtered according to the SPM. If no SPM is found, 'hosts' list can simply be set to an empty list (instead of a list with a single null object; which causes an NPE later on). Change-Id: Iad4b040ab1de8db42f43defbad0396ef4013572e Bug-Url: https://bugzilla.redhat.com/1017182 Signed-off-by: Daniel Erez <[email protected]> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/storage/StorageModel.java 1 file changed, 2 insertions(+), 1 deletion(-) Approvals: Itamar Heim: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/20389 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iad4b040ab1de8db42f43defbad0396ef4013572e Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.3 Gerrit-Owner: Daniel Erez <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Itamar Heim <[email protected]> Gerrit-Reviewer: Tal Nisan <[email protected]> Gerrit-Reviewer: [email protected] _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
