From ba5ea17fc582c58e35f12207bb1065b4805010de Mon Sep 17 00:00:00 2001 From: Costantino Perciante Date: Fri, 6 May 2016 10:01:45 +0000 Subject: [PATCH] User's image url no longer redirects to user's profile page (finished) git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/social-profile@128494 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../portlets/user/socialprofile/client/ui/DisplayProfile.java | 1 - .../portlets/user/socialprofile/client/ui/DisplayProfile.ui.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/org/gcube/portlets/user/socialprofile/client/ui/DisplayProfile.java b/src/main/java/org/gcube/portlets/user/socialprofile/client/ui/DisplayProfile.java index ccbee76..c19d45e 100644 --- a/src/main/java/org/gcube/portlets/user/socialprofile/client/ui/DisplayProfile.java +++ b/src/main/java/org/gcube/portlets/user/socialprofile/client/ui/DisplayProfile.java @@ -94,7 +94,6 @@ public class DisplayProfile extends Composite { public void show(UserContext result) { myUserInfo = result.getUserInfo(); - //avatarImage.getElement().getParentElement().setAttribute("href", myUserInfo.getAccountURL()); avatarImage.setUrl(myUserInfo.getAvatarId()); userFullName.setText(myUserInfo.getFullName()); diff --git a/src/main/java/org/gcube/portlets/user/socialprofile/client/ui/DisplayProfile.ui.xml b/src/main/java/org/gcube/portlets/user/socialprofile/client/ui/DisplayProfile.ui.xml index 3c1d964..5a3d302 100644 --- a/src/main/java/org/gcube/portlets/user/socialprofile/client/ui/DisplayProfile.ui.xml +++ b/src/main/java/org/gcube/portlets/user/socialprofile/client/ui/DisplayProfile.ui.xml @@ -6,7 +6,7 @@ -