← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2120: Fix bug: Data Admin Maintenance functions do not work.

 

------------------------------------------------------------
revno: 2120
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: trunk
timestamp: Wed 2010-09-15 20:42:47 +0700
message:
  Fix bug: Data Admin Maintenance functions do not work.
modified:
  dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/resources/META-INF/dhis/beans.xml


--
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-maintenance/dhis-web-maintenance-dataadmin/src/main/resources/META-INF/dhis/beans.xml'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/resources/META-INF/dhis/beans.xml	2010-09-06 13:06:35 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/resources/META-INF/dhis/beans.xml	2010-09-15 13:42:47 +0000
@@ -67,7 +67,7 @@
 		<property name="maintenanceService" ref="org.hisp.dhis.maintenance.MaintenanceService" />
 		<property name="completenessStore"
 			ref="org.hisp.dhis.completeness.DataSetCompletenessStore" />
-		<property name="aggregatedDataValueService" ref="org.hisp.dhis.aggregation.AggregationService" />
+		<property name="aggregatedDataValueService" ref="org.hisp.dhis.aggregation.AggregatedDataValueService" />
 		<property name="periodService" ref="org.hisp.dhis.period.PeriodService" />
 	</bean>