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:
parent
6cdbefeeae
commit
bfed3b1fe3
|
@ -248,7 +248,7 @@ public class ApplicationNotificationsManager extends SocialPortalBridge implemen
|
||||||
userIdToNotify, //user no notify
|
userIdToNotify, //user no notify
|
||||||
item.getId(), //the
|
item.getId(), //the
|
||||||
new Date(),
|
new Date(),
|
||||||
getApplicationUrl()+"?itemid="+item.getParent().getId(),
|
getApplicationUrl()+"?itemid="+sharedFolder.getId(),
|
||||||
"removed item "+ item.getName() +" from your workspace shared folder "+ sharedFolder.getName(),
|
"removed item "+ item.getName() +" from your workspace shared folder "+ sharedFolder.getName(),
|
||||||
false,
|
false,
|
||||||
aslSession.getUsername(),
|
aslSession.getUsername(),
|
||||||
|
|
Loading…
Reference in New Issue