From: edward Date: Thu, 13 Jul 2017 09:58:42 +0000 (+0800) Subject: Pman.Tab.Group_Rights.js X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=commitdiff_plain;h=5a2a4dd1a56c25917e2990baddeed5ca32a7c315 Pman.Tab.Group_Rights.js --- diff --git a/Pman.Tab.Group_Rights.js b/Pman.Tab.Group_Rights.js index c18585c..4423f80 100644 --- a/Pman.Tab.Group_Rights.js +++ b/Pman.Tab.Group_Rights.js @@ -87,7 +87,14 @@ Pman.Tab.Group_Rights = { url: baseURL + '/Admin/GroupRights.php', method: 'GET' }), - reader: new Roo.data.JsonReader({}, []), + reader: new Roo.data.JsonReader({}, + [ + { + 'name': 'rightname', + 'type': 'string' + } + ] + ), remoteSort: false, listeners : { beforeload : function(t,o)