From 49fc967d19f8f5b8acc17bc7cb393753aa809cb5 Mon Sep 17 00:00:00 2001 From: edward Date: Fri, 19 Aug 2016 16:10:20 +0800 Subject: [PATCH] Pman.Tab.GroupsList.js --- Pman.Tab.GroupsList.js | 2 ++ 1 file changed, 2 insertions(+) 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}) ); -- 2.39.2