dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #10828
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2976: Minor changed
------------------------------------------------------------
revno: 2976
committer: Hieu <hieu.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2011-03-04 12:53:30 +0700
message:
Minor changed
modified:
local/vn/dhis-web-excel-reporting/src/main/java/org/hisp/dhis/reportexcel/datasetcompleted/action/ViewByPeriodFormAction.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 'local/vn/dhis-web-excel-reporting/src/main/java/org/hisp/dhis/reportexcel/datasetcompleted/action/ViewByPeriodFormAction.java'
--- local/vn/dhis-web-excel-reporting/src/main/java/org/hisp/dhis/reportexcel/datasetcompleted/action/ViewByPeriodFormAction.java 2010-10-05 06:53:19 +0000
+++ local/vn/dhis-web-excel-reporting/src/main/java/org/hisp/dhis/reportexcel/datasetcompleted/action/ViewByPeriodFormAction.java 2011-03-04 05:53:30 +0000
@@ -92,10 +92,9 @@
public String execute()
throws Exception
{
-
DataSet dataSet = dataSetService.getDataSet( id );
- selectionTreeManager.setSelectedOrganisationUnits( dataSet.getOrganisationUnis() );
+ selectionTreeManager.setSelectedOrganisationUnits( dataSet.getOrganisationUnits() );
periods = new ArrayList<Period>( periodService.getPeriodsByPeriodType( dataSet.getPeriodType() ) );