mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-14 17:58:59 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
75088: Merged WAT2 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud) 73976: Improvements to activities post events for ACE-1707 git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@75416 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -326,7 +326,7 @@ public class ContentStreamer implements ResourceLoaderAware
|
||||
final boolean attach,
|
||||
final Date modified,
|
||||
String eTag,
|
||||
String attachFileName,
|
||||
final String attachFileName,
|
||||
Map<String, Object> model) throws IOException
|
||||
{
|
||||
setAttachment(null, res, attach, attachFileName);
|
||||
@@ -364,7 +364,7 @@ public class ContentStreamer implements ResourceLoaderAware
|
||||
String siteId = siteService.getSiteShortName(nodeRef);
|
||||
|
||||
return new ContentEventImpl(ContentEvent.DOWNLOAD, user, networkId, transactionId,
|
||||
nodeRef.getId(), siteId, propertyQName.toString(), Client.webclient, finalMimetype, size, encoding);
|
||||
nodeRef.getId(), siteId, propertyQName.toString(), Client.webclient, attachFileName, finalMimetype, size, encoding);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user