------------------------------------------------------------ revno: 16456 committer: James Chang <jamesbch...@gmail.com> branch nick: dhis2 timestamp: Wed 2014-08-20 21:06:29 +0700 message: data element decoation flag data removal fixed. modified: dhis-2/dhis-web/dhis-web-dataentry/src/main/java/org/hisp/dhis/de/action/LoadFormAction.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-dataentry/src/main/java/org/hisp/dhis/de/action/LoadFormAction.java' --- dhis-2/dhis-web/dhis-web-dataentry/src/main/java/org/hisp/dhis/de/action/LoadFormAction.java 2014-08-15 07:40:20 +0000 +++ dhis-2/dhis-web/dhis-web-dataentry/src/main/java/org/hisp/dhis/de/action/LoadFormAction.java 2014-08-20 14:06:29 +0000 @@ -323,6 +323,7 @@ dataSetCopy.setShortName( dataSet.getShortName() ); dataSetCopy.setRenderAsTabs( dataSet.isRenderAsTabs() ); dataSetCopy.setRenderHorizontally( dataSet.isRenderHorizontally() ); + dataSetCopy.setDataElementDecoration( dataSet.isDataElementDecoration() ); dataSet = dataSetCopy; for ( int i = 0; i < orderedCategoryCombos.size(); i++ )
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp