Thanks, applied. Lars
On Fri, Jan 31, 2014 at 8:46 PM, Dan Cocos <[email protected]> wrote: > 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 > > > -- > Mailing list: https://launchpad.net/~dhis2-devs-core > Post to : [email protected] > Unsubscribe : https://launchpad.net/~dhis2-devs-core > More help : https://help.launchpad.net/ListHelp > >
-- Mailing list: https://launchpad.net/~dhis2-devs-core Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs-core More help : https://help.launchpad.net/ListHelp

