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:
parent
1ab8d725a2
commit
811c284756
|
@ -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;
|
||||
|
||||
|
|
|
@ -111,7 +111,7 @@ public class WsUtil {
|
|||
// }else if(user.compareToIgnoreCase("francesco.mangiacrapa")==0){
|
||||
//
|
||||
// withoutPortal = true;
|
||||
// //END UNCOMMENT
|
||||
//END UNCOMMENT
|
||||
}else{
|
||||
|
||||
withoutPortal = false;
|
||||
|
|
Loading…
Reference in New Issue