minor bug fix in redirect when receiving a message notification

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application-support-layer/applicationSupportLayerSocial@68681 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2013-02-01 09:06:17 +00:00
parent b21915e9ca
commit 33c9d4a729
1 changed files with 3 additions and 3 deletions

View File

@ -232,7 +232,7 @@ public class ApplicationNotificationsManager extends SocialPortalBridge implemen
userIdToNotify, //user no notify userIdToNotify, //user no notify
"messageid_not_provided", //the "messageid_not_provided", //the
new Date(), new Date(),
"group/data-e-infrastructure-gateway/messages", "/group/data-e-infrastructure-gateway/messages",
"sent you a message with subject: " + escapeHtml(subject), "sent you a message with subject: " + escapeHtml(subject),
false, false,
aslSession.getUsername(), aslSession.getUsername(),
@ -252,7 +252,7 @@ public class ApplicationNotificationsManager extends SocialPortalBridge implemen
userIdToNotify, //user no notify userIdToNotify, //user no notify
feedid, //the post feedid, //the post
new Date(), new Date(),
"group/data-e-infrastructure-gateway?oid="+feedid, "/group/data-e-infrastructure-gateway?oid="+feedid,
"commented on your post: " + escapeHtml(feedText), "commented on your post: " + escapeHtml(feedText),
false, false,
aslSession.getUsername(), aslSession.getUsername(),
@ -279,7 +279,7 @@ public class ApplicationNotificationsManager extends SocialPortalBridge implemen
userIdToNotify, //user no notify userIdToNotify, //user no notify
feedid, //the post feedid, //the post
new Date(), new Date(),
"group/data-e-infrastructure-gateway?oid="+feedid, "/group/data-e-infrastructure-gateway?oid="+feedid,
"likes your post: " + escapeHtml(feedText), "likes your post: " + escapeHtml(feedText),
false, false,
aslSession.getUsername(), aslSession.getUsername(),