------------------------------------------------------------ revno: 2377 committer: Tran Chau <[email protected]> branch nick: dhis2 timestamp: Wed 2010-12-15 12:44:19 +0700 message: Fix bug: Can't create Excel items group into Excel-Reporting module. modified: dhis-2/dhis-web/dhis-web-excel-reporting/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-excel-reporting/src/main/resources/struts.xml' --- dhis-2/dhis-web/dhis-web-excel-reporting/src/main/resources/struts.xml 2010-12-13 05:08:29 +0000 +++ dhis-2/dhis-web/dhis-web-excel-reporting/src/main/resources/struts.xml 2010-12-15 05:44:19 +0000 @@ -773,7 +773,7 @@ <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --> <action name="addExcelItemGroupForm" - class="org.hisp.dhis.reportexcel.chart.action.GetPeriodTypesAction"> + class="org.hisp.dhis.commons.action.GetPeriodTypesAction"> <result name="success" type="velocity">/main.vm</result> <param name="page">/dhis-web-excel-reporting/import/addExcelItemGroup.vm</param> <param name="javascripts">javascript/excelitemgroups.js</param> @@ -816,7 +816,7 @@ </action> <action name="updateExcelItemGroupForm" - class="org.hisp.dhis.reportexcel.chart.action.GetPeriodTypesAction"> + class="org.hisp.dhis.commons.action.GetPeriodTypesAction"> <result name="success" type="chain">updateExcelItemGroupFormChain </result> <param name="requiredAuthorities">F_EXCEL_REPORT_ADMINISTRATION</param>
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

