← Back to team overview

dhis2-devs team mailing list archive

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

 

------------------------------------------------------------
revno: 10110
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Sun 2013-03-10 11:31:31 +0700
message:
  Minor fix.
modified:
  dhis-2/dhis-web/dhis-web-caseentry/src/main/java/org/hisp/dhis/caseentry/action/report/GenerateTabularReportAction.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-caseentry/src/main/java/org/hisp/dhis/caseentry/action/report/GenerateTabularReportAction.java'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/java/org/hisp/dhis/caseentry/action/report/GenerateTabularReportAction.java	2013-02-27 14:39:27 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/java/org/hisp/dhis/caseentry/action/report/GenerateTabularReportAction.java	2013-03-10 04:31:31 +0000
@@ -479,6 +479,7 @@
                         .getPatientIdentifierType( column.getIdentifierAsInt() );
 
                     column.setName( identifierType.getName() );
+                    accessPrivateInfo = true;
                 }
                 else if ( PREFIX_PATIENT_ATTRIBUTE.equals( prefix ) )
                 {
@@ -489,6 +490,7 @@
                     mapSuggestedValues.put( index, getSuggestedAttributeValues( attribute ) );
 
                     column.setName( attribute.getName() );
+                    accessPrivateInfo = true;
                 }
                 else if ( PREFIX_DATA_ELEMENT.equals( prefix ) )
                 {