dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #02035
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 674: Minor fix.
------------------------------------------------------------
revno: 674
committer: Lars Helge Oeverland larshelge@xxxxxxxxx
branch nick: trunk
timestamp: Fri 2009-09-11 13:04:21 +0200
message:
Minor fix.
modified:
dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/jsonAggregatedMapValues.vm
--
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-mapping/src/main/webapp/dhis-web-mapping/jsonAggregatedMapValues.vm'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/jsonAggregatedMapValues.vm 2009-09-11 10:20:03 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/jsonAggregatedMapValues.vm 2009-09-11 11:04:21 +0000
@@ -3,7 +3,7 @@
{
"organisationUnitId": "$!{value.organisationUnitId}",
"orgUnit": "$!{value.organisationUnitName}",
- "orgUnit": "$!{value.featureId}",
+ "featureId": "$!{value.featureId}",
"value": "$!{value.value}"
},
#end