tentative fix win.open null

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@91843 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2014-02-18 14:00:57 +00:00
parent 1ab8d725a2
commit 811c284756
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ public class RequestBuilderWorkspaceValidateItem {
this.callback = callback;
final NewBrowserWindow newBrowserWindow = NewBrowserWindow.open(null, targetWindow, null);
final NewBrowserWindow newBrowserWindow = NewBrowserWindow.open("", targetWindow, "");
this.parameters = params;

View File

@ -111,7 +111,7 @@ public class WsUtil {
// }else if(user.compareToIgnoreCase("francesco.mangiacrapa")==0){
//
// withoutPortal = true;
// //END UNCOMMENT
//END UNCOMMENT
}else{
withoutPortal = false;