Pman.Dialog.CorePersonContact.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 28 Mar 2017 08:46:46 +0000 (16:46 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 28 Mar 2017 08:46:46 +0000 (16:46 +0800)
Pman.Dialog.CorePersonContact.js
Pman.Dialog.CoreProject.bjs
Pman.Dialog.CoreProject.js
Pman.Tab.PersonList.js

Pman.Dialog.CorePersonContact.bjs
Pman.Dialog.CorePersonContact.js
Pman.Dialog.CoreProject.bjs
Pman.Dialog.CoreProject.js
Pman.Tab.PersonList.js

index 29362a7..fc08c37 100644 (file)
@@ -46,7 +46,7 @@
         "|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        _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",
         "|rendered" : "function (form)\n{\n    _this.form= form;\n}\n"
        },
-       "$ url" : "baseURL + '/Roo/Person.php'",
+       "$ url" : "baseURL + '/Roo/core_person'",
        "xtype" : "Form",
        "method" : "POST",
        "style" : "margin:10px;",
index 2084c10..1bd6e46 100644 (file)
@@ -102,7 +102,7 @@ Pman.Dialog.CorePersonContact = {
         xtype : 'Form',
         method : 'POST',
         style : 'margin:10px;',
-        url : baseURL + '/Roo/Person.php',
+        url : baseURL + '/Roo/core_person',
         listeners : {
          actioncomplete : function(_self,action)
           {
index 78b7c63..9905fd5 100644 (file)
              "* prop" : "store",
              "items" : [
               {
-               "$ url" : "baseURL + '/Roo/Person.php'",
+               "$ url" : "baseURL + '/Roo/core_person'",
                "method" : "GET",
                "xtype" : "HttpProxy",
                "$ xns" : "Roo.data",
index f251990..e3b155c 100644 (file)
@@ -389,7 +389,7 @@ Pman.Dialog.CoreProject = {
              proxy : {
               xtype : 'HttpProxy',
               method : 'GET',
-              url : baseURL + '/Roo/Person.php',
+              url : baseURL + '/Roo/core_person',
               xns : Roo.data,
               '|xns' : 'Roo.data'
              },
index 6e6b8c8..62d05fa 100644 (file)
@@ -211,7 +211,7 @@ Pman.Tab.PersonList.prototype = {
                             // only used to change active status.
                             
                             new Pman.Request({
-                                url : baseURL + '/Roo/Person.php',
+                                url : baseURL + '/Roo/core_person',
                                 method :'POST',
                                 params : {
                                     id : record.data.id,