From b4be82e17761aeba87536edfe713294f52f0bea7 Mon Sep 17 00:00:00 2001 From: Loredana Liccardo Date: Tue, 15 Jul 2014 15:38:54 +0000 Subject: [PATCH] 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 --- .../user/databasesmanager/client/form/GxtFormSubmitQuery.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/portlets/user/databasesmanager/client/form/GxtFormSubmitQuery.java b/src/main/java/org/gcube/portlets/user/databasesmanager/client/form/GxtFormSubmitQuery.java index 0147db0..dba0f29 100644 --- a/src/main/java/org/gcube/portlets/user/databasesmanager/client/form/GxtFormSubmitQuery.java +++ b/src/main/java/org/gcube/portlets/user/databasesmanager/client/form/GxtFormSubmitQuery.java @@ -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);