← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2308: Excel Reporting - Fixed unable to find resource "responsePeriods.vm"

 

------------------------------------------------------------
revno: 2308
committer: Hieu <hieu.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2010-12-08 13:08:16 +0700
message:
  Excel Reporting - Fixed unable to find resource "responsePeriods.vm"
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-06 07:31:32 +0000
+++ dhis-2/dhis-web/dhis-web-excel-reporting/src/main/resources/struts.xml	2010-12-08 06:08:16 +0000
@@ -1073,7 +1073,7 @@
 		<action name="getPeriodsByExcelItemGroup"
 			class="org.hisp.dhis.reportexcel.importing.action.GetPeriodsByExcelItemGroupAction">
 			<result name="success" type="velocity-xml">
-				/dhis-web-excel-reporting/responsePeriods.vm</result>
+				/dhis-web-commons/ajax/xmlPeriods.vm</result>
 		</action>
 
 		<action name="openExcelItemGroupAssociations"