value for check smart correction set to false in the form

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/databases-manager-portlet@98656 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Loredana Liccardo 2014-07-15 15:38:54 +00:00
parent f69a2d5a32
commit b4be82e177
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ public class GxtFormSubmitQuery extends LayoutContainer {
CheckBox checkSC = new CheckBox();
checkSC.setFieldLabel("Apply Smart Corrections");
checkSC.setValue(true);
checkSC.setValue(false);
// smartCorrection.add(checkSC);
// form.add(smartCorrection, formData);