Pman.Tab.AdminContactsGroup.js
[Pman.Admin] / Pman.Tab.AdminContactsGroup.js
index 65807c6..a7d7643 100644 (file)
@@ -361,8 +361,11 @@ Pman.Tab.AdminContactsGroup = new Roo.util.Observable({
                                 method: 'POST',  
                                 success : function(data) {
                                     //refreshPager();
+                                    // 
                                     // do we need to do anything??
-                                    Pman.Tab.AdminContacts.grid.footer.onClick('refresh');
+                                    if (isFromGroup) {
+                                        Pman.Tab.AdminContacts.grid.footer.onClick('refresh');
+                                    }
                                 }, 
                                 
                                 failure: function() {