php warnings
[Pman.MTrack] / Pman.Dialog.MTrackMilestone.bjs
index 5d6182e..e358ae2 100644 (file)
@@ -1,5 +1,5 @@
 {
-    "id": "roo-file-185",
+    "id": "roo-file-231",
     "name": "Pman.Dialog.MTrackMilestone",
     "parent": "",
     "title": "",
                                     "xtype": "TextField"
                                 },
                                 {
-                                    "allowBlank": "false",
+                                    "allowBlank": false,
                                     "displayField": "name",
                                     "editable": false,
-                                    "emptyText": "Select Projects",
-                                    "fieldLabel": "Projects",
+                                    "emptyText": "Select Project",
+                                    "fieldLabel": "Project",
                                     "forceSelection": true,
                                     "hiddenName": "project_id",
                                     "listWidth": 400,
@@ -62,7 +62,6 @@
                                     "selectOnFocus": true,
                                     "tpl": "<div class=\"x-grid-cell-text x-btn button\"><b>{code}</b> {name}</div>",
                                     "triggerAction": "all",
-                                    "typeAhead": true,
                                     "valueField": "id",
                                     "width": 200,
                                     "xtype": "ComboBox",
                                     "|xns": "Roo.form"
                                 },
                                 {
-                                    "name": "project_id",
-                                    "xtype": "Hidden",
+                                    "boxLabel": "On hold",
+                                    "fieldLabel": "Status",
+                                    "inputValue": 1,
+                                    "name": "on_hold",
+                                    "valueOff": 0,
+                                    "xtype": "Checkbox",
                                     "|xns": "Roo.form"
                                 },
                                 {