From: edward Date: Fri, 19 Aug 2016 08:10:20 +0000 (+0800) Subject: Pman.Tab.GroupsList.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=49fc967d19f8f5b8acc17bc7cb393753aa809cb5 Pman.Tab.GroupsList.js --- diff --git a/Pman.Tab.GroupsList.js b/Pman.Tab.GroupsList.js index 3b166019..24447e09 100644 --- a/Pman.Tab.GroupsList.js +++ b/Pman.Tab.GroupsList.js @@ -152,6 +152,8 @@ 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}) );