Pman.Tab.PersonList.js
[Pman.Core] / Pman.Tab.PersonList.js
index 83cf27e..9444ed2 100644 (file)
@@ -266,7 +266,10 @@ Pman.Tab.PersonList.prototype = {
                         
                         rec.set('active', rec.data.active ? 0 : 1);
                         rec.commit();
-                         
+                        Roo.select('.x-grid-row-selected').item(1).addClass('fadeout');
+                        (function(){
+                            _this.grid.footer.onClick('first');
+                        }).defer(5000)();
                         
                         
                     }