=== 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();