mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-01 14:41:46 +00:00
[feature/MNT-24127-EndpointToCalculateFolderSize] Added endpoint to calculate folder size
This commit is contained in:
@@ -141,6 +141,7 @@ public class NodeSizeActionExecuter extends ActionExecuterAbstractBase
|
||||
});
|
||||
|
||||
totalSizeFromFacet+=resultSize.longValue();
|
||||
resultSize.set(0);
|
||||
|
||||
if (results.getFieldFacet(FIELD_FACET).size() <= totalItems || results.getFieldFacet(FIELD_FACET).size() <= maxItems)
|
||||
{
|
||||
|
Reference in New Issue
Block a user