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:
Massimiliano Assante 2017-01-02 15:05:56 +00:00
parent c97361dfb7
commit 0e036e9c08
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ public class VreThumbnail extends Composite {
if (vre.getUserBelonging() == UserBelonging.BELONGING) {
joinButton.setType(ButtonType.SUCCESS);
joinButton.setText("Enter this VRE");
joinButton.setEnabled(true);
}
vreImage.setUrl(vre.getImageURL());
}