From b21915e9caa932ca159794d595ab416e875fcddd Mon Sep 17 00:00:00 2001 From: "massimiliano.assante" Date: Thu, 31 Jan 2013 16:26:31 +0000 Subject: [PATCH] notifications all done hopefully git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application-support-layer/applicationSupportLayerSocial@68625 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../social/ApplicationNotificationsManager.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNotificationsManager.java b/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNotificationsManager.java index 69e80fa..6585279 100644 --- a/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNotificationsManager.java +++ b/src/main/java/org/gcube/applicationsupportlayer/social/ApplicationNotificationsManager.java @@ -232,7 +232,7 @@ public class ApplicationNotificationsManager extends SocialPortalBridge implemen userIdToNotify, //user no notify "messageid_not_provided", //the new Date(), - "", + "group/data-e-infrastructure-gateway/messages", "sent you a message with subject: " + escapeHtml(subject), false, aslSession.getUsername(), @@ -252,7 +252,7 @@ public class ApplicationNotificationsManager extends SocialPortalBridge implemen userIdToNotify, //user no notify feedid, //the post new Date(), - "?oid="+feedid, + "group/data-e-infrastructure-gateway?oid="+feedid, "commented on your post: " + escapeHtml(feedText), false, aslSession.getUsername(), @@ -279,7 +279,7 @@ public class ApplicationNotificationsManager extends SocialPortalBridge implemen userIdToNotify, //user no notify feedid, //the post new Date(), - "?oid="+feedid, + "group/data-e-infrastructure-gateway?oid="+feedid, "likes your post: " + escapeHtml(feedText), false, aslSession.getUsername(),