------------------------------------------------------------ revno: 11548 committer: Tran Chau <[email protected]> branch nick: dhis2 timestamp: Thu 2013-08-01 10:22:27 +0700 message: Fix bug - Exception when clicking complete event button in case data entry from. 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-08-01 03:02:12 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/META-INF/dhis/beans.xml 2013-08-01 03:22:27 +0000 @@ -122,7 +122,6 @@ <property name="patientService" ref="org.hisp.dhis.patient.PatientService" /> <property name="currentUserService" ref="org.hisp.dhis.user.CurrentUserService" /> <property name="outboundSmsService" ref="org.hisp.dhis.sms.outbound.OutboundSmsService" /> - <property name="messageService" ref="org.hisp.dhis.message.MessageService" /> <property name="emailMessageSender" ref="emailMessageSender" /> <property name="messageConversationStore" ref="org.hisp.dhis.message.MessageConversationStore" /> </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

