dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #07436
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2114: Minor fix.
------------------------------------------------------------
revno: 2114
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: trunk
timestamp: Wed 2010-09-15 16:16:41 +0700
message:
Minor fix.
modified:
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/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-patient/src/main/resources/META-INF/dhis/beans.xml'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/META-INF/dhis/beans.xml 2010-08-31 14:34:31 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/META-INF/dhis/beans.xml 2010-09-15 09:16:41 +0000
@@ -1191,6 +1191,9 @@
<property name="programStageDataElementService">
<ref bean="org.hisp.dhis.program.ProgramStageDataElementService" />
</property>
+ <property name="expressionService">
+ <ref bean="org.hisp.dhis.expression.ExpressionService" />
+ </property>
</bean>
<bean