anmolbabu has uploaded a new change for review. Change subject: webadmin : Fix for Remove-brick Commit confirmation ......................................................................
webadmin : Fix for Remove-brick Commit confirmation clicking on commit was not resulting in the commit window being opened. Now,it has been fixed. Change-Id: I3e2c9fd6e64826781e2e93ff337dfa76dd06f1e1 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1029472 Signed-off-by: Anmol Babu <anb...@redhat.com> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/gluster/VolumeBrickListModel.java 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/70/21270/1 diff --git a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/gluster/VolumeBrickListModel.java b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/gluster/VolumeBrickListModel.java index 86180f5..339a2f1 100644 --- a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/gluster/VolumeBrickListModel.java +++ b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/gluster/VolumeBrickListModel.java @@ -1305,7 +1305,7 @@ } else if (command.getName().equals("StopRemoveBricksOnStatus")) { //$NON-NLS-1$ getStopRemoveBricksCommand().execute(); } else if (command.getName().equals("CommitRemoveBricksOnStatus")) { //$NON-NLS-1$ - getCommitRemoveBricksCommand().execute(); + commitRemoveBricks(); } else if (command.getName().equals("CancelRemoveBricksStatus")) { //$NON-NLS-1$ cancelRemoveBrickStatus(); } else if (command.equals(getRetainBricksCommand())) { -- To view, visit http://gerrit.ovirt.org/21270 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3e2c9fd6e64826781e2e93ff337dfa76dd06f1e1 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: anmolbabu <anb...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches