=== modified file 'dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/scripts/app.js' --- dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/scripts/app.js 2013-08-16 14:44:33 +0000 +++ dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/scripts/app.js 2013-08-16 21:56:23 +0000 @@ -3516,7 +3516,7 @@ store: Ext.create('Ext.data.TreeStore', { proxy: { type: 'ajax', - url: dv.conf.finals.ajax.path_module + dv.conf.finals.ajax.organisationunitchildren_get + url: dv.init.contextPath + dv.conf.finals.ajax.path_module + dv.conf.finals.ajax.organisationunitchildren_get }, root: { id: dv.conf.finals.root.id, === modified file 'dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/scripts/core.js' --- dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/scripts/core.js 2013-08-16 15:10:28 +0000 +++ dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/scripts/core.js 2013-08-16 15:18:09 +0000 @@ -1174,7 +1174,6 @@ } else { // Items: get ids from metadata -> items - //if (Ext.isArray(metaDataDim) && dim.dimensionName !== dimConf.organisationUnit.dimensionName) { if (Ext.isArray(metaDataDim)) { for (var j = 0, ids = Ext.clone(response.metaData[dim.dimensionName]); j < ids.length; j++) { dim.items.push({