mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fixed failing publishing tests.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@29564 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -58,7 +58,6 @@ public class ChannelServiceImpl implements ChannelService
|
||||
public static final String NAME = "channelService";
|
||||
|
||||
private final Map<String, ChannelType> channelTypes = new TreeMap<String, ChannelType>();
|
||||
private SiteService siteService;
|
||||
private NodeService nodeService;
|
||||
private DictionaryService dictionaryService;
|
||||
private ChannelHelper channelHelper;
|
||||
@@ -246,19 +245,6 @@ public class ChannelServiceImpl implements ChannelService
|
||||
return channelHelper.filterAuthorisedChannels(getStatusUpdateChannels(false));
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
public List<Channel> getStatusUpdateChannels(NodeRef nodeToPublish)
|
||||
{
|
||||
SiteInfo site = siteService.getSite(nodeToPublish);
|
||||
if(site!=null)
|
||||
{
|
||||
return getStatusUpdateChannels(false);
|
||||
}
|
||||
return Collections.emptyList();
|
||||
}
|
||||
|
||||
private NodeRef getChannelContainer()
|
||||
{
|
||||
return rootObject.getChannelContainer();
|
||||
|
Reference in New Issue
Block a user