← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7444: Sorted the event list in single event without registrationby the report-date.

 

------------------------------------------------------------
revno: 7444
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2012-06-28 11:30:28 +0700
message:
  Sorted the event list in single event without registrationby the report-date.
modified:
  dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/anonymousRegistration.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/javascript/anonymousRegistration.js'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/anonymousRegistration.js	2012-06-26 02:57:46 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/javascript/anonymousRegistration.js	2012-06-28 04:30:28 +0000
@@ -219,7 +219,7 @@
 	params += '&level=' + $('input[name=level]:checked').val();
 	params += '&orgunitIds=' + getFieldValue('orgunitId');
 	params += '&programStageId=' + getFieldValue('programStageId');
-	params += '&orderByOrgunitAsc=' + true;
+	params += '&orderByOrgunitAsc=false';
 	
 	contentDiv = 'listDiv';
 	showLoader();