Pman.Tab.Group_Rights.js
[Pman.Admin] / Pman.Tab.Group_Rights.js
index a995b84..c18585c 100644 (file)
@@ -108,6 +108,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 +135,6 @@ Pman.Tab.Group_Rights = {
                         'width' : 50,
                         renderer : function(v,x,r)
                         {
-                            return '';
                             return String.format('<span qtip="{1}">{0}</span>', v.split('.').shift(), v);
                         }
                     },