Alona Kaplan has uploaded a new change for review. Change subject: webadmin: Deatch network doesn't closed in case of an error (#849889) ......................................................................
webadmin: Deatch network doesn't closed in case of an error (#849889) https://bugzilla.redhat.com/849889 If after detaching a network from a vm the is an error, the detach dialog remain open. Change-Id: I156a2d0cbbd559fed6966fcffad571545a7f1518 Signed-off-by: Alona Kaplan <[email protected]> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostInterfaceListModel.java 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/02/7502/1 diff --git a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostInterfaceListModel.java b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostInterfaceListModel.java index 3f67564..82b4d79 100644 --- a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostInterfaceListModel.java +++ b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostInterfaceListModel.java @@ -1774,6 +1774,7 @@ else { hostInterfaceListModel.getcurrentModel().StopProgress(); + hostInterfaceListModel.Cancel(); } } -- To view, visit http://gerrit.ovirt.org/7502 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I156a2d0cbbd559fed6966fcffad571545a7f1518 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alona Kaplan <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
