Pman.Dialog.CorePersonContact.bjs
[Pman.Core] / Pman.Tab.PersonList.js
index 5647aa8..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,
@@ -290,8 +290,6 @@ Pman.Tab.PersonList.prototype = {
         );
         this.grid.render();
         
-        Roo.log(['Person', this.layout, this.panel, this.grid]);
-        
         if (this.hiddenColumns) {
             var cm = this.grid.getColumnModel();
             Roo.each(this.hiddenColumns, function(c) {