------------------------------------------------------------ revno: 1494 committer: Tran Thanh Tri <Tran Thanh t...@compaq> branch nick: trunk timestamp: Thu 2010-02-25 09:16:24 +0700 message: qick fixed excel reporting pom.xml 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-02-24 08:56:35 +0000 +++ dhis-2/dhis-web/dhis-web-excel-reporting/src/main/resources/struts.xml 2010-02-25 02:16:24 +0000 @@ -106,6 +106,12 @@ <param name="requiredAuthorities">F_EXCEL_REPORT_ADMINISTRATION</param> </action> + <action name="getListExcelTemplateFile" + class="org.hisp.dhis.reportexcel.filemanager.action.ExcelTemplateListAction"> + <result name="success" type="velocity-xml"> + /dhis-web-excel-reporting/responseFiles.vm</result> + </action> + <action name="deleteReportExcel" class="org.hisp.dhis.reportexcel.action.DeleteReportExcelAction"> <result name="success" type="velocity-json">
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

