Logo VRE was not updated in the portlet due to liferay versioning of Document Library
git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portlets/user/join-vre@131664 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
6dcf97c7e6
commit
9da5fc4f91
|
@ -318,8 +318,9 @@ public class JoinServiceImpl extends RemoteServiceServlet implements JoinService
|
|||
String vreName = selectedVRE.getGroupName();
|
||||
String vreDescription = selectedVRE.getDescription();
|
||||
|
||||
long nowInMillis = new Date().getTime();
|
||||
long logoId = selectedVRE.getLogoId();
|
||||
String vreLogoURL = "/image/layout_set_logo?img_id="+ logoId;
|
||||
String vreLogoURL = "/image/layout_set_logo?img_id="+ logoId+"&t="+nowInMillis;;
|
||||
String infraScope = gm.getInfrastructureScope(selectedVRE.getGroupId());
|
||||
String friendlyURL = GCubePortalConstants.PREFIX_GROUP_URL+selectedVRE.getFriendlyURL();
|
||||
VRECustomAttributes attrs = getVRECustomAttr(selectedVRE);
|
||||
|
|
Loading…
Reference in New Issue