fixed workspace notification direct opening

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application-support-layer/applicationSupportLayerSocial@76961 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2013-06-10 16:36:24 +00:00
parent 6cdbefeeae
commit bfed3b1fe3
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ public class ApplicationNotificationsManager extends SocialPortalBridge implemen
userIdToNotify, //user no notify
item.getId(), //the
new Date(),
getApplicationUrl()+"?itemid="+item.getParent().getId(),
getApplicationUrl()+"?itemid="+sharedFolder.getId(),
"removed item "+ item.getName() +" from your workspace shared folder "+ sharedFolder.getName(),
false,
aslSession.getUsername(),