=== modified file 'dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-pivot/scripts/app.js' --- dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-pivot/scripts/app.js 2016-02-19 14:07:16 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-pivot/scripts/app.js 2016-03-02 13:27:03 +0000 @@ -8017,7 +8017,7 @@ // organisation unit levels requests.push({ - url: contextPath + '/api/organisationUnitLevels.json?fields=id,' + namePropertyUrl + ',level&paging=false', + url: contextPath + '/api/organisationUnitLevels.json?fields=id,name,level&paging=false', success: function(r) { init.organisationUnitLevels = Ext.decode(r.responseText).organisationUnitLevels || []; === 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 2016-02-19 14:07:16 +0000 +++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-visualizer/scripts/app.js 2016-03-02 13:27:03 +0000 @@ -1223,7 +1223,7 @@ delete favorite.id; delete favorite.parentGraphMap; - + delete favorite.program; } @@ -7961,7 +7961,7 @@ // organisation unit levels requests.push({ - url: contextPath + '/api/organisationUnitLevels.json?fields=id,' + namePropertyUrl + ',level&paging=false', + url: contextPath + '/api/organisationUnitLevels.json?fields=id,name,level&paging=false', success: function(r) { init.organisationUnitLevels = Ext.decode(r.responseText).organisationUnitLevels || [];