Pman.Tab.AdminContactsGroupRight.bjs
[Pman.Admin] / Pman.Tab.AdminContactsGroupRight.js
index 8d6401c..b250d7e 100644 (file)
@@ -59,7 +59,8 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({
                     {
                     
                             var di = this.colModel.getDataIndex(columnIndex);
-                            if (di != 'accessmask') {
+                            di.split('_').pop();
+                            if (di[0] != 'accessmask') {
                                 return;
                             }