X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=blobdiff_plain;f=Pman.Tab.Group_Rights.js;h=875d0a6929d95b5235fc29893f8b24c2d76f4543;hp=47e505773054e7d2cd174f18d36542f73923091b;hb=HEAD;hpb=13b6934551e9fe398b2b01439a4a85830a54bab2 diff --git a/Pman.Tab.Group_Rights.js b/Pman.Tab.Group_Rights.js index 47e5057..875d0a6 100644 --- a/Pman.Tab.Group_Rights.js +++ b/Pman.Tab.Group_Rights.js @@ -89,7 +89,30 @@ Pman.Tab.Group_Rights = { }), reader: new Roo.data.JsonReader({}, [ - + { + 'name': 'FullMask', + 'type': 'string' + }, + { + 'name': 'accessmask', + 'type': 'string' + }, + { + 'name': 'descript', + 'type': 'string' + }, + { + 'name': 'group_id', + 'type': 'int' + }, + { + 'name': 'id', + 'type': 'int' + }, + { + 'name': 'rightname', + 'type': 'string' + } ] ), remoteSort: false,