Merged V2.0 to HEAD

svn merge svn://svn.alfresco.com:3691/alfresco/BRANCHES/V2.0@5142 svn://svn.alfresco.com:3691/alfresco/BRANCHES/V2.0@5143 .
      - DeletedSpaceDialog
   svn merge svn://svn.alfresco.com:3691/alfresco/BRANCHES/V2.0@5179 svn://svn.alfresco.com:3691/alfresco/BRANCHES/V2.0@5180 .
      - SDK Eclipse project classpath


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5184 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2007-02-19 14:19:15 +00:00
parent 93cd8e8f4e
commit 71b50172ef

View File

@@ -175,12 +175,6 @@ public class DeleteSpaceDialog extends BaseDialogBean
// remove this node from the breadcrumb if required
this.browseBean.removeSpaceFromBreadcrumb(node);
// add a message to inform the user that the delete was OK
String statusMsg = MessageFormat.format(
Application.getMessage(FacesContext.getCurrentInstance(), "status_space_deleted"),
new Object[]{node.getName()});
Utils.addStatusMessage(FacesMessage.SEVERITY_INFO, statusMsg);
// clear action context
this.browseBean.setActionSpace(null);