← Back to team overview

dhis2-devs-core team mailing list archive

Bug Patch

 

I discovered a bug when editing Program Stage Sections it is missing a property in the bean. Here’s the patch would someone please apply it to trunk and 2.14 I’m not sure if it needed in other branches.

Thanks,
Dan

01:39:54|2.14:dan$bzr diff
=== 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	2014-01-09 15:34:25 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-patient/src/main/resources/META-INF/dhis/beans.xml	2014-01-31 18:20:49 +0000
@@ -401,6 +401,9 @@
 		class="org.hisp.dhis.patient.action.programstage.GetProgramStageSectionAction"
 		scope="prototype">
 		<property name="programStageService" ref="org.hisp.dhis.program.ProgramStageService" />
+                <property name="programStageSectionService"
+			ref="org.hisp.dhis.program.ProgramStageSectionService" />
+		
 	</bean>
 
 	<bean
Dan Cocos
BAO Systems
www.baosystems.com
T: +1 202-352-2671 | skype: dancocos

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Follow ups