← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 7070: Impl org unit group set support in png charts

 

------------------------------------------------------------
revno: 7070
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2012-05-28 23:06:35 +0200
message:
  Impl org unit group set support in png charts
modified:
  dhis-2/dhis-api/src/main/java/org/hisp/dhis/chart/Chart.java


--
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-api/src/main/java/org/hisp/dhis/chart/Chart.java'
--- dhis-2/dhis-api/src/main/java/org/hisp/dhis/chart/Chart.java	2012-05-28 20:41:19 +0000
+++ dhis-2/dhis-api/src/main/java/org/hisp/dhis/chart/Chart.java	2012-05-28 21:06:35 +0000
@@ -230,7 +230,7 @@
         {
             if ( isOrganisationUnitGroupBased() )
             {
-                list.addAll( getAllOrganisationUnits() ); //TODO groups
+                list.addAll( organisationUnitGroupSet.getOrganisationUnitGroups() );
             }
             else
             {