error corrected for form in order to submit a query
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/databases-manager-portlet@98310 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
06ce7bab84
commit
a4f588212d
|
@ -47,7 +47,8 @@ public class GxtToolbarFunctionality {
|
||||||
private ToolBar toolBar;
|
private ToolBar toolBar;
|
||||||
|
|
||||||
// the dialog that contains the form
|
// the dialog that contains the form
|
||||||
private Dialog dialog = new Dialog();
|
// private Dialog dialog = new Dialog();
|
||||||
|
private Dialog dialog;
|
||||||
|
|
||||||
// RPC service
|
// RPC service
|
||||||
private GWTdbManagerServiceAsync RPCservice = null;
|
private GWTdbManagerServiceAsync RPCservice = null;
|
||||||
|
@ -137,6 +138,7 @@ public class GxtToolbarFunctionality {
|
||||||
// dialog to insert inputs in order to submit a query
|
// dialog to insert inputs in order to submit a query
|
||||||
|
|
||||||
// final Dialog dialog = new Dialog();
|
// final Dialog dialog = new Dialog();
|
||||||
|
dialog = new Dialog();
|
||||||
dialog.setLayout(new FitLayout());
|
dialog.setLayout(new FitLayout());
|
||||||
|
|
||||||
dialog.setModal(true);
|
dialog.setModal(true);
|
||||||
|
|
Loading…
Reference in New Issue