← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 6123: Updated data value set html in web api

 

------------------------------------------------------------
revno: 6123
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2012-02-27 18:10:09 +0100
message:
  Updated data value set html in web api
modified:
  dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/dataValueSets.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-web/dhis-web-api/src/main/resources/templates/html/dataValueSets.xsl'
--- dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/dataValueSets.xsl	2012-02-16 09:03:14 +0000
+++ dhis-2/dhis-web/dhis-web-api/src/main/resources/templates/html/dataValueSets.xsl	2012-02-27 17:10:09 +0000
@@ -9,13 +9,9 @@
 
     <pre style="font-size: 0.9em;">
     <![CDATA[
-The DataValueSet resource gives you a mean to POST dataValues into DHIS 2.
-
-An optional phoneNumber query parameter can be provided and will override the organisation unit identifier of the
-data value set, this will be matched against the phoneNumber for the users in the system, and the dataValues will
-be added to their orgUnit.
-
-Period values are given in ISO format. A complete example of a data value set would be:
+The DataValueSet resource gives you a mean to POST data values into DHIS 2.
+
+Period values are given in ISO format. A complete example of a data value set:
 
 <dataValueSet xmlns="http://dhis2.org/schema/dxf/2.0"; period="periodISODate" dataSet="dataSetID" orgUnit="orgUnitID">
   <dataValue dataElement="dataElementID" categoryOptionCombo="categoryOptionComboID" value="1" />