When creating a BatchDownload, the result if of type UriResult it is deserialized as a hashmap so there is no downloading of the result, but display of the structure (uri, size).
To Reproduce
create batch download
try to download it by clicking on the link
see the following screen
Expected behavior
Download of the document
Screenshots
Additional context
The result doesn't have the @type exported in JSON.
Describe the bug
When creating a BatchDownload, the result if of type
UriResult
it is deserialized as a hashmap so there is no downloading of the result, but display of the structure (uri, size).To Reproduce
Expected behavior
Download of the document
Screenshots
Additional context
The result doesn't have the
@type
exported in JSON.The data should be migrated.