Pman.Dialog.CoreProject.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 26 Oct 2018 04:44:26 +0000 (12:44 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 26 Oct 2018 04:44:26 +0000 (12:44 +0800)
Pman.Dialog.CoreProject.js

Pman.Dialog.CoreProject.bjs
Pman.Dialog.CoreProject.js

index 926e967..5bc2069 100644 (file)
@@ -74,7 +74,7 @@
      "items" : [
       {
        "listeners" : {
-        "|actioncomplete" : "function(_self,action)\n{\n    if (action.type == 'setdata') {\n       //_this.dialog.el.mask(\"Loading\");\n       //this.load({ method: 'GET', params: { '_id' : _this.data.id }});\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",
+        "|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'",
index 99e32d0..e0ac85d 100644 (file)
@@ -139,11 +139,13 @@ Pman.Dialog.CoreProject = {
           {
               if (action.type == 'setdata') {
                  //_this.dialog.el.mask("Loading");
-                 //this.load({ method: 'GET', params: { '_id' : _this.data.id }});
+                 if (_this.data.id) {
+                     this.load({ method: 'GET', params: { '_id' : _this.data.id }});
+                 }
                  return;
               }
               if (action.type == 'load') {
-           
+                  
                   return;
               }
               if (action.type =='submit') {