Pman.Dialog.CoreEnumMerge.bjs
[Pman.Core] / Pman.Dialog.CoreEnumMerge.bjs
index 2dea58b..a846060 100644 (file)
@@ -7,11 +7,11 @@
  "modOrder" : "001",
  "strings" : {
   "99b344c8ae43e3e7213862b8f35c4e51" : "Select Company",
+  "298a183cfe4fddedd4bd17abe8aeb685" : "Merge Pulldown Option",
   "03e956f1dca2b4d525df03cb1899cb6f" : "Merge with",
   "1243daf593fa297e07ab03bf06d925af" : "Searching...",
   "68be4837f6c739877233e527a996dd00" : "Merge",
   "ea4788705e6873b424c65e91c2846b19" : "Cancel",
-  "e26f3a67ad6487fd02ffcab189214302" : "Merge Supplier",
   "9675747b5ab12d05f18518761e68a533" : "Select Companies"
  },
  "items" : [
@@ -21,7 +21,7 @@
    },
    "modal" : true,
    "collapsible" : false,
-   "title" : "Merge Supplier",
+   "title" : "Merge Pulldown Option",
    "xtype" : "LayoutDialog",
    "width" : 400,
    "$ xns" : "Roo",
@@ -45,7 +45,7 @@
         "actioncomplete" : "function (_self, action)\n{\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    if (action.type == 'setdata') {\n        _this.data.table = _this.data.table || 'Companies';\n        _this.form.findField('table').setValue(_this.data.table);\n         var title = _this.data.title  || _this.data.comptype;\n        _this.dialog.setTitle(\"Delete selected \" + title + \" and merge data with\");\n        _this.form.findField('merge_id').store.proxy.conn.url = baseURL + '/Roo/' + _this.data.table + '.php';\n        _this.form.findField('merge_id').emptyText = \"Select \" + title;\n        _this.form.findField('merge_id').reset();\n       return;\n    }\n    \n}\n",
         "rendered" : "function (form)\n{\n   _this.form = form;\n}"
        },
-       "$ url" : "baseURL + '/Shipping/CompanyMerge.php'",
+       "$ url" : "baseURL + '/Roo/Core_enum.php'",
        "method" : "POST",
        "xtype" : "Form",
        "style" : "margin: 10px;",
@@ -61,7 +61,7 @@
          "pageSize" : 20,
          "displayField" : "name",
          "emptyText" : "Select Company",
-         "hiddenName" : "merge_id",
+         "hiddenName" : "_merge_with_id",
          "minChars" : 2,
          "valueField" : "id",
          "xtype" : "ComboBox",