resources/Editors/Editor.Roo.LayoutDialog.bjs
[app.Builder.js] / resources / Editors / Editor.Roo.LayoutDialog.js
index b7b72d0..3a299f0 100644 (file)
@@ -558,7 +558,9 @@ Editor.Roo.LayoutDialog = new Roo.XComponent({
                    case 'varchar' :
                        break;
                    case 'int' :
-                       if(type_match[2]  < 11)
+                       if(type_match[2] * 1  < 11){
+                           field_type = 'CheckBox';
+                       }
                    
                }