dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #01382
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 406: Minor fix
------------------------------------------------------------
revno: 406
committer: Lars Helge Oeverland larshelge@xxxxxxxxx
branch nick: trunk
timestamp: Tue 2009-06-30 20:19:03 +0200
message:
Minor fix
modified:
gis/dhis-web-mapping/src/main/resources/xwork.xml
=== modified file 'gis/dhis-web-mapping/src/main/resources/xwork.xml'
--- gis/dhis-web-mapping/src/main/resources/xwork.xml 2009-06-30 18:05:15 +0000
+++ gis/dhis-web-mapping/src/main/resources/xwork.xml 2009-06-30 18:19:03 +0000
@@ -141,7 +141,7 @@
<result name="success" type="velocity-json">/dhis-web-mapping/pointShapefile.vm</result>
</action>
- <action name="getPolygonShapefile" class="org.hisp.dhis.mapping.action.GetOrganisationUnitsWithCoordinatesAction">
+ <action name="getPolygonShapefile" class="org.hisp.dhis.mapping.action.GetOrganisationUnitsWithPolygonsAction">
<result name="success" type="velocity-json">/dhis-web-mapping/polygonShapefile.vm</result>
</action>
--
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.
Follow ups