rready to release
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/social-profile@79402 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
d87f9df593
commit
fd27a12f40
|
@ -273,6 +273,8 @@ public class DisplayProfile extends Composite {
|
|||
*/
|
||||
private String getUserToShowId() {
|
||||
String encodedOid = Encoder.encode(GCubeSocialNetworking.USER_PROFILE_OID);
|
||||
if (Window.Location.getParameter(encodedOid) == null)
|
||||
return null;
|
||||
String encodedUserId = Window.Location.getParameter(encodedOid);
|
||||
return Encoder.decode(encodedUserId);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue