Fixed modal bug on GXT2 and GXT3

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@119332 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-10-01 17:24:58 +00:00
parent a3aac7bdd4
commit 527a296526
1 changed files with 0 additions and 1 deletions

View File

@ -1639,7 +1639,6 @@ public class TabularDataController {
public void onSuccess() {
TdTemplateController tdTemplateController = new TdTemplateController();
TdTemplateController.bindCommonBus(eventBus);
tdTemplateController.getWindowTemplatePanel().setModal(true);
tdTemplateController.getWindowTemplatePanel().show();
}