dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #18276
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7646: Minor fix.
------------------------------------------------------------
revno: 7646
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2012-07-20 14:57:34 +0700
message:
Minor fix.
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/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-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js 2012-07-20 06:44:54 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js 2012-07-20 07:57:34 +0000
@@ -911,8 +911,8 @@
p += "&endDate=" + TR.cmp.settings.endDate.rawValue;
p += "&facilityLB=" + TR.cmp.settings.facilityLB.getValue();
p += "&level=" + TR.cmp.settings.level.getValue();
- p += "&orderByOrgunitAsc=" + 'true';
- p += "&orderByExecutionDateByAsc=" +'true';
+ p += "&orderByOrgunitAsc=" + this.orderByOrgunitAsc;
+ p += "&orderByExecutionDateByAsc=" + this.orderByExecutionDateByAsc;
p += "&programStageId=" + TR.cmp.params.programStage.getValue();
p += "&type=" + type;