------------------------------------------------------------ revno: 6618 committer: Lars Helge Overland <[email protected]> branch nick: dhis2 timestamp: Tue 2012-04-17 14:12:42 +0200 message: Case entry minor fix modified: dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/struts.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/struts.xml' --- dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/struts.xml 2012-04-16 05:10:40 +0000 +++ dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/struts.xml 2012-04-17 12:12:42 +0000 @@ -277,7 +277,7 @@ </action> <action name="getOrganisationUnitChildren" - class="org.hisp.dhis.visualizer.action.GetOrganisationUnitChildrenAction"> + class="org.hisp.dhis.caseentry.action.report.GetOrganisationUnitChildrenAction"> <result name="success" type="velocity-json"> /dhis-web-caseentry/jsonminOrganisationUnitChildren.vm</result> </action>
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

