#1874 fix added
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/application-support-layer/applicationSupportLayerSocial@80966 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
5ec4e35237
commit
c9224d4526
2
pom.xml
2
pom.xml
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
<groupId>org.gcube.applicationsupportlayer</groupId>
|
<groupId>org.gcube.applicationsupportlayer</groupId>
|
||||||
<artifactId>aslsocial</artifactId>
|
<artifactId>aslsocial</artifactId>
|
||||||
<version>0.5.0-SNAPSHOT</version>
|
<version>0.5.1-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<name>Social Portal ASL Extension</name>
|
<name>Social Portal ASL Extension</name>
|
||||||
<description>
|
<description>
|
||||||
|
|
|
@ -229,7 +229,7 @@ public class ApplicationNotificationsManager extends SocialPortalBridge implemen
|
||||||
item.getId(), //the
|
item.getId(), //the
|
||||||
new Date(),
|
new Date(),
|
||||||
getApplicationUrl()+"?itemid="+item.getParent().getId(),
|
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,
|
false,
|
||||||
aslSession.getUsername(),
|
aslSession.getUsername(),
|
||||||
aslSession.getUserFullName(),
|
aslSession.getUserFullName(),
|
||||||
|
@ -292,7 +292,7 @@ public class ApplicationNotificationsManager extends SocialPortalBridge implemen
|
||||||
item.getId(), //the
|
item.getId(), //the
|
||||||
new Date(),
|
new Date(),
|
||||||
getApplicationUrl()+"?itemid="+item.getParent().getId(),
|
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,
|
false,
|
||||||
aslSession.getUsername(),
|
aslSession.getUsername(),
|
||||||
aslSession.getUserFullName(),
|
aslSession.getUserFullName(),
|
||||||
|
|
Loading…
Reference in New Issue