=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-reports/scripts/app.js' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-reports/scripts/app.js 2014-09-24 11:56:28 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-reports/scripts/app.js 2014-09-24 14:28:49 +0000 @@ -4778,6 +4778,10 @@ }, afterrender: function() { this.getSelectionModel().select(0); + + Ext.defer(function() { + data.expand(); + }, 20); }, itemcontextmenu: function(v, r, h, i, e) { v.getSelectionModel().select(r, false); @@ -5574,7 +5578,7 @@ expandInitPanels: function() { organisationUnit.expand(); //period.expand(); - data.expand(); + //data.expand(); }, map: layer ? layer.map : null, layer: layer ? layer : null, === modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-visualizer/scripts/app.js' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-visualizer/scripts/app.js 2014-09-24 12:43:11 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-event-visualizer/scripts/app.js 2014-09-24 14:28:49 +0000 @@ -4399,6 +4399,10 @@ }, afterrender: function() { this.getSelectionModel().select(0); + + Ext.defer(function() { + data.expand(); + }, 20); }, itemcontextmenu: function(v, r, h, i, e) { v.getSelectionModel().select(r, false); @@ -5190,7 +5194,7 @@ expandInitPanels: function() { organisationUnit.expand(); //period.expand(); - data.expand(); + //data.expand(); }, map: layer ? layer.map : null, layer: layer ? layer : null,