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:
parent
a3aac7bdd4
commit
527a296526
|
@ -1639,7 +1639,6 @@ public class TabularDataController {
|
||||||
public void onSuccess() {
|
public void onSuccess() {
|
||||||
TdTemplateController tdTemplateController = new TdTemplateController();
|
TdTemplateController tdTemplateController = new TdTemplateController();
|
||||||
TdTemplateController.bindCommonBus(eventBus);
|
TdTemplateController.bindCommonBus(eventBus);
|
||||||
tdTemplateController.getWindowTemplatePanel().setModal(true);
|
|
||||||
tdTemplateController.getWindowTemplatePanel().show();
|
tdTemplateController.getWindowTemplatePanel().show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue