dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #06725
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1870: set active state of orgunits imported via gml conversion to true
------------------------------------------------------------
revno: 1870
committer: Bob Jolliffe bobjolliffe@xxxxxxxxx
branch nick: trunk
timestamp: Wed 2010-07-21 17:40:03 +0100
message:
set active state of orgunits imported via gml conversion to true
modified:
dhis-2/dhis-services/dhis-service-importexport/src/main/resources/transform/gml2dxf.xsl
--
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-services/dhis-service-importexport/src/main/resources/transform/gml2dxf.xsl'
--- dhis-2/dhis-services/dhis-service-importexport/src/main/resources/transform/gml2dxf.xsl 2010-07-14 19:36:41 +0000
+++ dhis-2/dhis-services/dhis-service-importexport/src/main/resources/transform/gml2dxf.xsl 2010-07-21 16:40:03 +0000
@@ -49,7 +49,7 @@
<code/>
<openingDate/>
<closedDate/>
- <active/>
+ <active>true</active>
<comment/>
<geoCode/>
<xsl:apply-templates select="./child::node()/child::node()/gml:Polygon|./child::node()/child::node()/gml:MultiPolygon|./child::node()/child::node()/gml:Point"/>