Pman.Tab.AdminContactsGroupRight.bjs
[Pman.Admin] / Pman.Tab.AdminContactsGroupRight.js
index b250d7e..8091750 100644 (file)
@@ -67,7 +67,7 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({
                             var rec = _this.grid.ds.getAt(rowIndex);
                             
                             rec.set('active', rec.data.active ? 0 : 1);
-                            rec.commit();
+                            //rec.commit();
                              
                             
                     }