From: edward Date: Fri, 19 Aug 2016 08:10:37 +0000 (+0800) Subject: Pman.Tab.GroupsList.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=cc524a89abd926394b6f2641be6250f4a1e330fe Pman.Tab.GroupsList.js --- diff --git a/Pman.Tab.GroupsList.js b/Pman.Tab.GroupsList.js index 24447e09..c92c09cf 100644 --- a/Pman.Tab.GroupsList.js +++ b/Pman.Tab.GroupsList.js @@ -152,11 +152,12 @@ Pman.Tab.GroupsList.prototype = { }); // add selection changed... - Roo.log(['Groups', this.panel]); - this.panel = parentLayout.add(region, new Ext.GridPanel(this.grid , { fitToframe: true,fitContainer: true, title: _this.title, id : _this.id, background: true}) ); + + Roo.log(['Groups', parentLayout, this.panel]); + this.grid.render();