------------------------------------------------------------ revno: 10782 committer: Morten Olav Hansen <morte...@gmail.com> branch nick: dhis2 timestamp: Thu 2013-05-09 15:37:01 +0700 message: temporary fix for compile issues modified: dhis-2/dhis-web/dhis-web-visualizer/src/main/java/org/hisp/dhis/visualizer/action/AddOrUpdateChartAction.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-visualizer/src/main/java/org/hisp/dhis/visualizer/action/AddOrUpdateChartAction.java' --- dhis-2/dhis-web/dhis-web-visualizer/src/main/java/org/hisp/dhis/visualizer/action/AddOrUpdateChartAction.java 2013-02-05 11:03:26 +0000 +++ dhis-2/dhis-web/dhis-web-visualizer/src/main/java/org/hisp/dhis/visualizer/action/AddOrUpdateChartAction.java 2013-05-09 08:37:01 +0000 @@ -410,7 +410,7 @@ chart.setType( type ); chart.setSeries( series ); chart.setCategory( category ); - chart.setFilter( filter ); + // chart.setFilter( filter ); chart.getIndicators().clear(); @@ -487,8 +487,8 @@ } } - chart.setOrganisationUnitGroupSet( organisationUnitGroupSetId != null ? organisationUnitGroupService - .getOrganisationUnitGroupSet( organisationUnitGroupSetId ) : null ); + /*chart.setOrganisationUnitGroupSet( organisationUnitGroupSetId != null ? organisationUnitGroupService + .getOrganisationUnitGroupSet( organisationUnitGroupSetId ) : null ); */ chart.setUser( system == null ? currentUserService.getCurrentUser() : null );
_______________________________________________ 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