← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2118: Fix bug : Exception in Organistation unit chart report.

 

------------------------------------------------------------
revno: 2118
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: trunk
timestamp: Wed 2010-09-15 19:34:15 +0700
message:
  Fix bug : Exception in Organistation unit chart report.
modified:
  dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/addChartOrganisationUnitModeForm.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-reporting/src/main/webapp/dhis-web-reporting/addChartOrganisationUnitModeForm.vm'
--- dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/addChartOrganisationUnitModeForm.vm	2010-07-18 15:17:23 +0000
+++ dhis-2/dhis-web/dhis-web-reporting/src/main/webapp/dhis-web-reporting/addChartOrganisationUnitModeForm.vm	2010-09-15 12:34:15 +0000
@@ -73,7 +73,7 @@
     <td colspan="2">
         <select id="selectedPeriods" name="selectedPeriods" style="min-width:600px">               
             #foreach ( $period in $selectedPeriods )
-                <option value="$period.id">$format.formatPeriod( $period )</option>
+                <option value="$period.externalId">$format.formatPeriod( $period )</option>
             #end
         </select>
     </td>