mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-09-17 14:21:39 +00:00
MT - fix user usages for tenants
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@8197 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -85,11 +85,11 @@ public class UsageServiceImpl implements UsageService
|
||||
{
|
||||
Set<Node> nodes = usageDeltaDao.getUsageDeltaNodes();
|
||||
|
||||
// convert nodes to nodeRefs
|
||||
// convert nodes to nodeRefs (tenant-specific)
|
||||
Set<NodeRef> results = new HashSet<NodeRef>(nodes.size());
|
||||
for (Node node : nodes)
|
||||
{
|
||||
results.add(tenantService.getBaseName(node.getNodeRef()));
|
||||
results.add(node.getNodeRef());
|
||||
}
|
||||
return results;
|
||||
}
|
||||
|
Reference in New Issue
Block a user