mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged HEAD-BUG-FIX (5.0/Cloud) to HEAD (5.0/Cloud)
75078: Merged WAT2 (5.0/Cloud) to HEAD-BUG-FIX (5.0/Cloud) 73045: Quick share returns the node id git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@75406 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -251,7 +251,7 @@ public class QuickShareServiceImpl implements QuickShareService, NodeServicePoli
|
||||
public Event prepareEvent(String user, String networkId, String transactionId)
|
||||
{
|
||||
return new ActivityEvent("quickshare", transactionId, networkId, new Date().getTime(),
|
||||
user, nodeRef.toString(),
|
||||
user, nodeRef.getId(),
|
||||
null, typeQName.toString(), Client.webclient, sb.toString());
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user