X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=Pman.Tab.GroupsList.js;h=4f073ae30449d8e742a8af899930ee31b2472131;hp=65d235acb4534c74b552aea4446c9e68a6a32a4a;hb=1524f8b36295809a3eedd6da3c6494f8aa0d86f5;hpb=7ce824eb796242e56efa0f827e00eaf1a6285355 diff --git a/Pman.Tab.GroupsList.js b/Pman.Tab.GroupsList.js index 65d235ac..4f073ae3 100644 --- a/Pman.Tab.GroupsList.js +++ b/Pman.Tab.GroupsList.js @@ -66,9 +66,7 @@ Pman.Tab.GroupsList.prototype = { method: 'GET' }), remoteSort: true, - reader: new Roo.data.JsonReader({ - - }), + reader: new Roo.data.JsonReader({}, []), sortInfo: { field: 'name', direction: 'ASC' }, @@ -150,14 +148,14 @@ Pman.Tab.GroupsList.prototype = { rowclick: function(g, ri, e) { refreshCenterPanel(); - } + } } }); // add selection changed... this.panel = parentLayout.add(region, new Roo.GridPanel(this.grid , - { fitToframe: true,fitContainer: true, title: _this.title, id : _this.id, background: true}) + { fitToframe: true,fitContainer: true, title: _this.title, id : _this.id, background: false}) ); this.grid.render();