------------------------------------------------------------ revno: 10619 committer: Morten Olav Hansen <[email protected]> branch nick: dhis2 timestamp: Thu 2013-04-18 18:15:01 +0700 message: fixed SaveValAction bug, saving of data values in tracker now works again modified: dhis-2/dhis-web/dhis-web-caseentry/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-caseentry/src/main/resources/META-INF/dhis/beans.xml' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/META-INF/dhis/beans.xml 2013-04-18 06:05:48 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/META-INF/dhis/beans.xml 2013-04-18 11:15:01 +0000 @@ -62,7 +62,6 @@ <property name="patientDataValueService" ref="org.hisp.dhis.patientdatavalue.PatientDataValueService" /> <property name="currentUserService" ref="org.hisp.dhis.user.CurrentUserService" /> - <property name="programIndicatorService" ref="org.hisp.dhis.program.ProgramIndicatorService" /> </bean> <bean
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

