dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #37579
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 19192: PT, sorting of approval levels
------------------------------------------------------------
revno: 19192
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2015-05-27 16:25:08 -0400
message:
PT, sorting of approval levels
modified:
dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-pivot/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 2015-05-27 19:57:18 +0000
+++ dhis-2/dhis-web/dhis-web-apps/src/main/webapp/dhis-web-pivot/scripts/app.js 2015-05-27 20:25:08 +0000
@@ -6955,7 +6955,7 @@
// approval levels
requests.push({
- url: contextPath + '/api/dataApprovalLevels.json?fields=id,name&paging=false',
+ url: contextPath + '/api/dataApprovalLevels.json?fields=id,name&paging=false&order=level:asc',
success: function(r) {
init.dataApprovalLevels = Ext.decode(r.responseText).dataApprovalLevels || [];
fn();