fix for Task #6289
git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portlets/user/join-vre@141445 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
c97361dfb7
commit
0e036e9c08
|
@ -65,6 +65,7 @@ public class VreThumbnail extends Composite {
|
||||||
if (vre.getUserBelonging() == UserBelonging.BELONGING) {
|
if (vre.getUserBelonging() == UserBelonging.BELONGING) {
|
||||||
joinButton.setType(ButtonType.SUCCESS);
|
joinButton.setType(ButtonType.SUCCESS);
|
||||||
joinButton.setText("Enter this VRE");
|
joinButton.setText("Enter this VRE");
|
||||||
|
joinButton.setEnabled(true);
|
||||||
}
|
}
|
||||||
vreImage.setUrl(vre.getImageURL());
|
vreImage.setUrl(vre.getImageURL());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue