-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 2021.0
-
Fix Version/s: None
-
Component/s: Automation, Bulk
-
Tags:
There is something fondamentally wrong with the bulk download operation (Blob.BulkDownload). Each level of subfolder is zipped. A subfolder is zipped, then included in the zip of its parent folder and so on.
This is problematic for several reasons:
- it's a complete waste of server resources
- the resulting zip file is virtually unusable as a end user needs to manually unzip all the subfolder levels
How to reproduce:
- in webui, create a hierachy of folders, subfolders and files.
- bulk download the top folder
- is related to
-
ELEMENTS-1658 nuxeo-operation-button should not download result blob in the background when using async
- Resolved