added the document workflow task involvment notification
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application-support-layer/applicationSupportLayerSocial@68441 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
b386735650
commit
a10cb1073f
|
@ -299,8 +299,8 @@ public class ApplicationNotificationsManager extends SocialPortalBridge implemen
|
||||||
documentWorkflowId, //the workflowid
|
documentWorkflowId, //the workflowid
|
||||||
new Date(),
|
new Date(),
|
||||||
"?oid="+documentWorkflowId,
|
"?oid="+documentWorkflowId,
|
||||||
"has actively involved you on the document workflow with name: " + escapeHtml(documentName) + " " +
|
"has involved you on the document workflow with name: " + escapeHtml(documentName) + " " +
|
||||||
"and has assigned you the following role: " + assignedRoleName +". The VRE used was " + aslSession.getScopeName(),
|
"and has assigned you the following role: " + assignedRoleName +". The VRE used was " + aslSession.getGroupName(),
|
||||||
false,
|
false,
|
||||||
aslSession.getUsername(),
|
aslSession.getUsername(),
|
||||||
aslSession.getUserFullName(),
|
aslSession.getUserFullName(),
|
||||||
|
|
Loading…
Reference in New Issue