← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1877: Adding missing bean definition

 

------------------------------------------------------------
revno: 1877
committer: Lars <larshelg@larshelg-laptop>
branch nick: trunk
timestamp: Sat 2010-07-24 17:47:39 +0200
message:
  Adding missing bean definition
modified:
  dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/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-dataset/src/main/resources/META-INF/dhis/beans.xml'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/resources/META-INF/dhis/beans.xml	2010-07-20 06:45:49 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataset/src/main/resources/META-INF/dhis/beans.xml	2010-07-24 15:47:39 +0000
@@ -24,6 +24,7 @@
 	</bean>
 	
 	<!-- Section -->
+	
 	<bean id="org.hisp.dhis.dataset.action.section.GetSectionAction"
         class="org.hisp.dhis.dataset.action.section.GetSectionAction"
         scope="prototype">
@@ -332,6 +333,17 @@
 	
 	<!-- DataEntryForm -->
 	
+	<bean id="org.hisp.dhis.dataset.action.dataentryform.AutoSaveDataEntryFormAction"
+		class="org.hisp.dhis.dataset.action.dataentryform.AutoSaveDataEntryFormAction"
+		scope="prototype">
+		<property name="dataSetService">
+			<ref bean="org.hisp.dhis.dataset.DataSetService"/>
+		</property>
+		<property name="dataEntryFormService">
+			<ref bean="org.hisp.dhis.dataentryform.DataEntryFormService"/>
+		</property>
+	</bean>
+	
 	<bean id="org.hisp.dhis.dataset.action.dataentryform.ViewDataEntryFormAction"
 		class="org.hisp.dhis.dataset.action.dataentryform.ViewDataEntryFormAction"
 		scope="prototype">