ref 11720: DataMiner - Update to StorageHUB

https://support.d4science.org/issues/11720

Updated to StorageHub 

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/data-miner-manager-widget@171901 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2018-10-03 17:56:11 +00:00
parent b3328afda1
commit 3716231d20
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ public class DownloadServlet extends HttpServlet {
.getType().compareTo(FolderItem.class.getSimpleName()) == 0) {
fileName = "folder.zip";
} else {
fileName = itemDownload.getItemDescription().getName();
fileName = "filename";
}
} else {
if (itemDownload.getItemDescription().getType() != null && itemDownload.getItemDescription()