updated by Francesco
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@90634 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
07a7740b2d
commit
539b1d72c6
|
@ -26,6 +26,7 @@ import com.google.gwt.core.client.GWT;
|
|||
import com.google.gwt.core.client.RunAsyncCallback;
|
||||
import com.google.gwt.user.client.Window;
|
||||
import com.google.gwt.user.client.rpc.AsyncCallback;
|
||||
import com.google.gwt.user.client.ui.RootPanel;
|
||||
import com.google.web.bindery.event.shared.EventBus;
|
||||
import com.google.web.bindery.event.shared.SimpleEventBus;
|
||||
import com.sencha.gxt.widget.core.client.ContentPanel;
|
||||
|
@ -452,8 +453,9 @@ public class TabularDataController {
|
|||
tdTaskMainWindow.setPosition((Window.getClientWidth() / 2) - 200,
|
||||
(Window.getClientHeight() / 2) - 300);
|
||||
|
||||
tdTaskController.updateTasks(false);
|
||||
|
||||
tdTaskMainWindow.show();
|
||||
|
||||
}
|
||||
|
||||
protected void doGridHeaderColumnMenuCommand(
|
||||
|
|
Loading…
Reference in New Issue