Pman.Dialog.CorePersonContact.bjs
[Pman.Core] / Pman.Tab.PersonList.js
index 9ee498d..62d05fa 100644 (file)
@@ -159,10 +159,9 @@ Pman.Tab.PersonList.prototype = {
                     background: true,
                     controller : this
         }));
-        _this.delayedCreate();
-        
+
         this.tab.on('activate', function() {
-//            _this.delayedCreate();
+            _this.delayedCreate();
            // _this.paging.onClick('refresh');
         });
     },
@@ -212,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,