------------------------------------------------------------ revno: 22106 committer: Jan Henrik Overland <janhenrik.overl...@gmail.com> branch nick: dhis2 timestamp: Wed 2016-03-02 14:27:03 +0100 message: PT DV ou level field fix. modified: 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-visualizer/scripts/app.js
-- lp:dhis2 https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk Your team DHIS 2 developers is subscribed to branch lp:dhis2. To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== 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 || [];
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp