dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #23726
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 11548: Fix bug - Exception when clicking complete event button in case data entry from.
------------------------------------------------------------
revno: 11548
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
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>