← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 3896: Fix bug: Don't filter dataelements into Create New Indicator form.

 

------------------------------------------------------------
revno: 3896
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2011-06-14 15:17:39 +0700
message:
  Fix bug: Don't filter dataelements into Create New Indicator form.
modified:
  dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/commons.ajax.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-commons-resources/src/main/webapp/dhis-web-commons/javascripts/commons.ajax.js'
--- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/commons.ajax.js	2011-05-06 10:49:36 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/javascripts/commons.ajax.js	2011-06-14 08:17:39 +0000
@@ -200,7 +200,7 @@
 		this.params = params;
 		this.jQuerySelectionString = jQuerySelectionString;
 
-		jQuery.getJSON(	'../dhis-web-commons-ajax-json/getOperands.action',
+		jQuery.postJSON(	'../dhis-web-commons-ajax-json/getOperands.action',
 			this.params,
 			function( json )
 			{