=== modified file 'dhis-2/dhis-web/dhis-web-pivot/src/main/webapp/dhis-web-pivot/app/scripts/app.js' --- dhis-2/dhis-web/dhis-web-pivot/src/main/webapp/dhis-web-pivot/app/scripts/app.js 2013-10-16 17:37:28 +0000 +++ dhis-2/dhis-web/dhis-web-pivot/src/main/webapp/dhis-web-pivot/app/scripts/app.js 2013-10-18 09:02:28 +0000 @@ -4485,6 +4485,9 @@ } // Set gui + if (!updateGui) { + return; + } // Indicators pt.store.indicatorSelected.removeAll(); === modified file 'dhis-2/dhis-web/dhis-web-pivot/src/main/webapp/dhis-web-pivot/app/scripts/core.js' --- dhis-2/dhis-web/dhis-web-pivot/src/main/webapp/dhis-web-pivot/app/scripts/core.js 2013-10-17 09:20:36 +0000 +++ dhis-2/dhis-web/dhis-web-pivot/src/main/webapp/dhis-web-pivot/app/scripts/core.js 2013-10-18 09:02:28 +0000 @@ -2463,9 +2463,7 @@ engine.setSessionStorage('table', layout); } - if (updateGui) { - pt.viewport.setGui(layout, xLayout, updateGui, isFavorite); - } + pt.viewport.setGui(layout, xLayout, updateGui, isFavorite); } // Hide mask