dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #21261
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 10010: PT, listing only compulsory group sets
------------------------------------------------------------
revno: 10010
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2013-03-06 12:00:06 +0100
message:
PT, listing only compulsory group sets
modified:
dhis-2/dhis-web/dhis-web-pivot/src/main/java/org/hisp/dhis/pivot/action/InitializeAction.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-web/dhis-web-pivot/src/main/java/org/hisp/dhis/pivot/action/InitializeAction.java'
--- dhis-2/dhis-web/dhis-web-pivot/src/main/java/org/hisp/dhis/pivot/action/InitializeAction.java 2013-02-25 15:39:41 +0000
+++ dhis-2/dhis-web/dhis-web-pivot/src/main/java/org/hisp/dhis/pivot/action/InitializeAction.java 2013-03-06 11:00:06 +0000
@@ -210,9 +210,9 @@
rootNodes.add( new OrganisationUnit() );
}
- organisationUnitGroupSets = organisationUnitGroupService.getAllOrganisationUnitGroupSets();
+ organisationUnitGroupSets = organisationUnitGroupService.getCompulsoryOrganisationUnitGroupSets();
- dataElementGroupSets = dataElementService.getAllDataElementGroupSets();
+ dataElementGroupSets = dataElementService.getCompulsoryDataElementGroupSets();
RelativePeriods rp = new RelativePeriods();