Massimiliano Assante 2013-08-30 13:52:34 +00:00
parent 5ec4e35237
commit c9224d4526
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.applicationsupportlayer</groupId>
<artifactId>aslsocial</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Social Portal ASL Extension</name>
<description>

View File

@ -229,7 +229,7 @@ public class ApplicationNotificationsManager extends SocialPortalBridge implemen
item.getId(), //the
new Date(),
getApplicationUrl()+"?itemid="+item.getParent().getId(),
"added "+ item.getName() +" to your workspace shared folder "+ sharedFolder.getName(),
"added "+ item.getName() +" to your workspace shared folder "+ item.getPath().substring(0,item.getPath().lastIndexOf('/')),
false,
aslSession.getUsername(),
aslSession.getUserFullName(),
@ -292,7 +292,7 @@ public class ApplicationNotificationsManager extends SocialPortalBridge implemen
item.getId(), //the
new Date(),
getApplicationUrl()+"?itemid="+item.getParent().getId(),
" updated "+ item.getName() +" to your workspace shared folder "+ item.getParent().getName(),
" updated "+ item.getName() +" to your workspace shared folder "+ item.getPath().substring(0,item.getPath().lastIndexOf('/')),
false,
aslSession.getUsername(),
aslSession.getUserFullName(),