looking for wrong seperator
[Pman.Core] / Pman.Dialog.CoreProject.bjs
index 5bc2069..118820e 100644 (file)
@@ -53,6 +53,7 @@
  },
  "items" : [
   {
+   "Boolean modal" : true,
    "collapsible" : false,
    "xtype" : "LayoutDialog",
    "title" : "Edit / Create Projects",
@@ -77,7 +78,7 @@
         "|actioncomplete" : "function(_self,action)\n{\n    if (action.type == 'setdata') {\n       //_this.dialog.el.mask(\"Loading\");\n       if (_this.data.id) {\n           this.load({ method: 'GET', params: { '_id' : _this.data.id }});\n       }\n       return;\n    }\n    if (action.type == 'load') {\n        \n        return;\n    }\n    if (action.type =='submit') {\n    \n \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",
         "|rendered" : "function (form)\n{\n    _this.form= form;\n}\n"
        },
-       "$ url" : "baseURL + '/Roo/Projects.php'",
+       "$ url" : "baseURL + '/Roo/core_project'",
        "method" : "POST",
        "xtype" : "Form",
        "style" : "margin:10px;",