Pman.Tab.Group_Rights.js
[Pman.Admin] / Pman.Tab.Group_Rights.js
index bf81b87..632a337 100644 (file)
@@ -92,6 +92,7 @@ Pman.Tab.Group_Rights = {
                     listeners : {
                         beforeload : function(t,o)
                         {
+                            Roo.log('beforeLOad');
                             if (!o.params) {
                                 o.params = {}
                             }
@@ -108,6 +109,10 @@ Pman.Tab.Group_Rights = {
                             _this.grid.getView().el.unmask();
                             return true;
                         },
+                        load : function (_self, records, options)
+                        {
+                            Roo.log(records);
+                        },
                         loadexception : Pman.loadException
                     
                     }
@@ -131,7 +136,6 @@ Pman.Tab.Group_Rights = {
                         'width' : 50,
                         renderer : function(v,x,r)
                         {
-                            Roo.log(r);
                             return String.format('<span qtip="{1}">{0}</span>', v.split('.').shift(), v);
                         }
                     },