=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-visualizer/scripts/app.js' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-visualizer/scripts/app.js 2015-02-03 14:37:36 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-visualizer/scripts/app.js 2015-02-05 15:23:11 +0000 @@ -6541,7 +6541,7 @@ // dimensions requests.push({ - url: contextPath + '/api/dimensions.json?links=false&paging=false', + url: contextPath + '/api/dimensions.json?fields=id,name&paging=false', success: function(r) { init.dimensions = Ext.decode(r.responseText).dimensions || []; fn(); === 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-02-05 14:55:06 +0000 +++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/plugin/chart.js 2015-02-05 15:21:31 +0000 @@ -3866,6 +3866,7 @@ } }); + // dimensions requests.push({ url: init.contextPath + '/api/dimensions.' + type + '?fields=id,name&paging=false', disableCaching: false, === 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-02-05 14:55:06 +0000 +++ dhis-2/dhis-web/dhis-web-dashboard-integration/src/main/webapp/dhis-web-dashboard-integration/plugin/table.js 2015-02-05 15:21:31 +0000 @@ -2994,7 +2994,7 @@ } }); - // user orgunit + // dimensions requests.push({ url: init.contextPath + '/api/dimensions.' + type + '?fields=id,name&paging=false', disableCaching: false,