added new notification Type fo distinguishing between creation and forward

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application-support-layer/applicationSupportLayerSocial@68539 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2013-01-29 18:49:12 +00:00
parent ccdce6483a
commit 6661655a30
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ public class ApplicationNotificationsManager extends SocialPortalBridge implemen
"and has assigned you the role: " + assignedRole +". On " + aslSession.getGroupName() + " Virtual Research Environment.";
Notification not = new Notification(
UUID.randomUUID().toString(),
NotificationType.DOCUMENT_WORKFLOW_STEP_REQUEST_TASK,
NotificationType.DOCUMENT_WORKFLOW_FIRST_STEP_REQUEST_INVOLVMENT,
userIdToNotify, //user no notify
documentWorkflowId, //the workflowid
new Date(),