Pman.Tab.AdminEnum.bjs
[Pman.Admin] / Pman.Tab.Group_Rights.js
index 1908611..875d0a6 100644 (file)
@@ -101,6 +101,14 @@ Pman.Tab.Group_Rights = {
                                 'name': 'descript',
                                 'type': 'string'
                             },
+                            {
+                                'name': 'group_id',
+                                'type': 'int'
+                            },
+                            {
+                                'name': 'id',
+                                'type': 'int'
+                            },
                             {
                                 'name': 'rightname',
                                 'type': 'string'
@@ -127,10 +135,6 @@ Pman.Tab.Group_Rights = {
                             _this.grid.getView().el.unmask();
                             return true;
                         },
-                        load : function (_self, records, options)
-                        {
-                            Roo.log(records);
-                        },
                         loadexception : Pman.loadException
                     
                     }