=== modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/plugin/chart.js' --- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/plugin/chart.js 2015-01-14 08:53:47 +0000 +++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/plugin/chart.js 2015-01-14 11:40:43 +0000 @@ -3954,6 +3954,7 @@ ns.app.viewport = createViewport(); ns.app.centerRegion = ns.app.viewport.centerRegion; + Ext.get(config.el).viewport = ns.app.centerRegion; if (config && config.id) { ns.core.web.chart.loadChart(config); === modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/plugin/eventchart.js' --- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/plugin/eventchart.js 2015-01-14 08:53:47 +0000 +++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/plugin/eventchart.js 2015-01-14 11:40:43 +0000 @@ -4505,6 +4505,7 @@ ns.app.viewport = createViewport(); ns.app.centerRegion = ns.app.viewport.centerRegion; + Ext.get(config.el).viewport = ns.app.centerRegion; if (config && config.id) { ns.core.web.report.loadReport(config); === modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/plugin/eventreport.js' --- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/plugin/eventreport.js 2015-01-14 10:37:56 +0000 +++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/plugin/eventreport.js 2015-01-14 11:40:43 +0000 @@ -3816,6 +3816,7 @@ ns.app.viewport = createViewport(); ns.app.centerRegion = ns.app.viewport.centerRegion; + Ext.get(config.el).viewport = ns.app.centerRegion; if (config.id) { ns.core.web.report.loadReport(config.id); === modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/plugin/map.js' --- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/plugin/map.js 2015-01-12 17:33:32 +0000 +++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/plugin/map.js 2015-01-14 11:40:43 +0000 @@ -7115,6 +7115,7 @@ gis.map = config; gis.viewport = createViewport(); + Ext.get(config.el).viewport = gis.viewport.centerRegion; gis.olmap.mask = Ext.create('Ext.LoadMask', gis.viewport.centerRegion.getEl(), { msg: 'Loading' === modified file 'dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/plugin/table.js' --- dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/plugin/table.js 2015-01-14 10:33:29 +0000 +++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/plugin/table.js 2015-01-14 11:40:43 +0000 @@ -3407,6 +3407,7 @@ ns.app.viewport = createViewport(); ns.app.centerRegion = ns.app.viewport.centerRegion; + Ext.get(config.el).viewport = ns.app.centerRegion; if (config && config.id) { ns.core.web.pivot.loadTable(config);