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/user/data-miner-manager@171900 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
71a6deffe4
commit
5d98ff2133
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue