------------------------------------------------------------ revno: 1958 committer: Hieu <[email protected]> branch nick: trunk timestamp: Tue 2010-08-24 16:14:43 +0700 message: Fixed bug [623174] Error in dataelement module modified: dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/responseDataElement.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-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/responseDataElement.vm' --- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/responseDataElement.vm 2009-11-07 14:09:00 +0000 +++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/webapp/dhis-web-maintenance-datadictionary/responseDataElement.vm 2010-08-24 09:14:43 +0000 @@ -8,7 +8,7 @@ <description>$!encoder.xmlEncode( $dataElement.description )</description> <active>$dataElement.active</active> <domainType>$dataElement.getDomainTypeNullSafe()</domainType> - <type>$dataElement.type</type> + <valueType>$dataElement.type</valueType> <aggregationOperator>$dataElement.aggregationOperator</aggregationOperator> <url>$!encoder.xmlEncode( $dataElement.url )</url> <lastUpdated>$!format.formatDate( $dataElement.lastUpdated )</lastUpdated>
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

