From a10cb1073fa54b0d3ab5e600328bff678782a56f Mon Sep 17 00:00:00 2001 From: "massimiliano.assante" Date: Mon, 28 Jan 2013 22:06:47 +0000 Subject: [PATCH] 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 --- .../social/ApplicationNotificationsManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNotificationsManager.java b/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNotificationsManager.java index 489d361..41f52a7 100644 --- a/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNotificationsManager.java +++ b/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNotificationsManager.java @@ -299,8 +299,8 @@ public class ApplicationNotificationsManager extends SocialPortalBridge implemen documentWorkflowId, //the workflowid new Date(), "?oid="+documentWorkflowId, - "has actively involved you on the document workflow with name: " + escapeHtml(documentName) + " " + - "and has assigned you the following role: " + assignedRoleName +". The VRE used was " + aslSession.getScopeName(), + "has involved you on the document workflow with name: " + escapeHtml(documentName) + " " + + "and has assigned you the following role: " + assignedRoleName +". The VRE used was " + aslSession.getGroupName(), false, aslSession.getUsername(), aslSession.getUserFullName(),