mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-01 14:41:46 +00:00
[feature/MNT-24127] EndpointToCalculateFolderSize
This commit is contained in:
@@ -186,10 +186,8 @@ public class NodeFolderSizeRelation implements CalculateSize<Map<String, Object>
|
|||||||
if(nodeRef!=null)
|
if(nodeRef!=null)
|
||||||
{
|
{
|
||||||
//Action extractedResult = this.folderSizeImpl.extractingActionsResult(nodeRef, executionId);
|
//Action extractedResult = this.folderSizeImpl.extractingActionsResult(nodeRef, executionId);
|
||||||
Action actionData = (Action) sharedCache.get(executionId);
|
|
||||||
Action extractedResult = this.folderSizeImpl.getAction(nodeRef, executionId);
|
Action extractedResult = this.folderSizeImpl.getAction(nodeRef, executionId);
|
||||||
result = getResult(extractedResult);
|
result = getResult(extractedResult);
|
||||||
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user