Implementing Portlet
git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portlets/user/join-vre@113468 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
b69c5763d1
commit
4ccaa93416
|
@ -112,7 +112,7 @@ public class DisplayVRE extends Composite {
|
||||||
@Override
|
@Override
|
||||||
public void onSuccess(Boolean result) {
|
public void onSuccess(Boolean result) {
|
||||||
loadingPopUp.hide();
|
loadingPopUp.hide();
|
||||||
Window.open(vre.getFriendlyURL()+"?orgid="+vre.getId(), "_self", "");
|
Window.open("/group/data-e-infrastructure-gateway/join-new?orgid="+vre.getId(), "_self", "");
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue