dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #02402
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 808: Minor fix.
------------------------------------------------------------
revno: 808
committer: Jan Henrik Overland janhenrik.overland@xxxxxxxxx
branch nick: trunk
timestamp: Wed 2009-09-30 14:16:29 +0200
message:
Minor fix.
modified:
dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/jsonMapView.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/jsonMapView.vm'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/jsonMapView.vm 2009-07-13 20:00:15 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/jsonMapView.vm 2009-09-30 12:16:29 +0000
@@ -2,14 +2,14 @@
[{
"id": "$!{object.id}",
"name": "$!encoder.jsEncode( ${object.name} )",
- "indicatorGroupId": $!{object.indicatorGroup.id},
- "indicatorId": $!{object.indicator.id},
+ "indicatorGroupId": "$!{object.indicatorGroup.id}",
+ "indicatorId": "$!{object.indicator.id}",
"periodTypeId": "$!encoder.jsEncode( ${object.periodType.name} )",
- "periodId": $!{object.period.id},
+ "periodId": "$!{object.period.id}",
"mapSourceType": "$!encoder.jsEncode( ${object.mapSourceType} )",
"mapSource": "$!encoder.jsEncode( ${object.mapSource} )",
- "method": $!{object.method},
- "classes": $!{object.classes},
+ "method": "$!{object.method}",
+ "classes": "$!{object.classes}",
"colorLow": "$!encoder.jsEncode( ${object.colorLow} )",
"colorHigh": "$!encoder.jsEncode( ${object.colorHigh} )"
}]