← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 18: Minor fix.

 

------------------------------------------------------------
revno: 18
committer: Lars Helge Oeverland larshelge@xxxxxxxxx
branch nick: trunk
timestamp: Mon 2009-03-09 16:12:18 +0100
message:
  Minor fix.
modified:
  dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/java/org/hisp/dhis/dd/action/pdf/ExportToPdfAction.java

=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/java/org/hisp/dhis/dd/action/pdf/ExportToPdfAction.java'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/java/org/hisp/dhis/dd/action/pdf/ExportToPdfAction.java	2009-03-03 16:46:36 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-datadictionary/src/main/java/org/hisp/dhis/dd/action/pdf/ExportToPdfAction.java	2009-03-09 15:12:18 +0000
@@ -147,7 +147,7 @@
     
             if ( type.equals( TYPE_DATAELEMENT ) )
             {
-                params.setDataElements( dataElementService.getAllDataElements() );
+                params.setDataElements( null );
                 
                 fileName = FILENAME_DATAELEMENT;
                 
@@ -155,7 +155,7 @@
             }  
             else if ( type.equals( TYPE_INDICATOR ) )
             {
-                params.setIndicators( indicatorService.getAllIndicators() );
+                params.setIndicators( null );
                 
                 fileName = FILENAME_INDICATOR;
                 



--

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.