mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
MOB-1470 - Delete RM site
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@16581 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -934,6 +934,7 @@ public class SiteServiceImpl implements SiteService, SiteModel
|
||||
*/
|
||||
public void deleteSite(final String shortName)
|
||||
{
|
||||
logger.debug("delete site :" + shortName);
|
||||
NodeRef siteNodeRef = getSiteNodeRef(shortName);
|
||||
if (siteNodeRef == null)
|
||||
{
|
||||
@@ -956,6 +957,8 @@ public class SiteServiceImpl implements SiteService, SiteModel
|
||||
return null;
|
||||
}
|
||||
}, AuthenticationUtil.getSystemUserName());
|
||||
|
||||
logger.debug("site deleted :" + shortName);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user