Fix #7123 - getting abra ready to test
[Pman.Xtuple] / Pman.Dialog.XtupleVendTypeEdit.bjs
index 0e8d3ae..80ba5b1 100644 (file)
@@ -1,5 +1,5 @@
 {
-    "id": "roo-file-234",
+    "id": "roo-file-38",
     "name": "Pman.Dialog.XtupleVendTypeEdit",
     "parent": "",
     "title": "",
@@ -28,7 +28,7 @@
                     "items": [
                         {
                             "listeners": {
-                                "|actioncomplete": "function(_self,action)\n{\n    if (action.type == 'setdata') {\n        if(_this.data){\n            _this.dialog.el.mask(\"Loading\");\n            this.load({ method: 'GET', params: { '_id' : _this.data.id }});\n        }\n       return;\n    }\n    if (action.type == 'load') {\n        _this.dialog.el.unmask();\n        return;\n    }\n    if (action.type =='submit') {\n    \n        _this.dialog.el.unmask();\n        _this.dialog.hide();\n    \n         if (_this.callback) {\n            _this.callback.call(_this, _this.form.getValues());\n         }\n         _this.form.reset();\n         return;\n    }\n}\n",
+                                "|actioncomplete": "function(_self,action)\n{\n    if (action.type == 'setdata') {\n        if(_this.data.vendtype_id){\n            _this.dialog.el.mask(\"Loading\");\n            this.load({ method: 'GET', params: { '_id' : _this.data.vendtype_id }});\n        }\n       return;\n    }\n    if (action.type == 'load') {\n        _this.data = action.result.data;\n        _this.dialog.el.unmask();\n        return;\n    }\n    if (action.type =='submit') {\n    \n        _this.dialog.el.unmask();\n        _this.dialog.hide();\n    \n         if (_this.callback) {\n            _this.callback.call(_this, action.result.data);\n         }\n         _this.form.reset();\n         return;\n    }\n}\n",
                                 "|rendered": "function (form)\n{\n    _this.form= form;\n}\n"
                             },
                             "method": "POST",
                             "|xns": "Roo.form",
                             "items": [
                                 {
-                                    "fieldLabel": "Name",
-                                    "name": "name",
+                                    "fieldLabel": "Code",
+                                    "name": "vendtype_code",
                                     "width": 200,
-                                    "|xns": "Roo.form",
-                                    "xtype": "TextField"
+                                    "xtype": "TextField",
+                                    "|xns": "Roo.form"
                                 },
                                 {
-                                    "fieldLabel": "Type",
-                                    "name": "type",
-                                    "width": 75,
-                                    "|xns": "Roo.form",
-                                    "xtype": "TextField"
+                                    "fieldLabel": "Description",
+                                    "name": "vendtype_descrip",
+                                    "width": 200,
+                                    "xtype": "TextField",
+                                    "|xns": "Roo.form"
                                 },
                                 {
                                     "name": "vendtype_id",