From 6661655a30d94b034e90761304ecd5f5a736ed93 Mon Sep 17 00:00:00 2001 From: "massimiliano.assante" Date: Tue, 29 Jan 2013 18:49:12 +0000 Subject: [PATCH] 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 --- .../social/ApplicationNotificationsManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNotificationsManager.java b/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNotificationsManager.java index cbb6d8c..8229a1d 100644 --- a/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNotificationsManager.java +++ b/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNotificationsManager.java @@ -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(),