← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 840: fix bugs Individual Report Excel

 

------------------------------------------------------------
revno: 840
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: trunk
timestamp: Fri 2009-10-09 14:08:40 +0700
message:
  fix bugs Individual Report Excel
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	2009-10-09 06:06:43 +0000
+++ dhis-2/dhis-web/dhis-web-excel-reporting/src/main/resources/struts.xml	2009-10-09 07:08:40 +0000
@@ -695,7 +695,7 @@
 		<action name="filterAvailableDataElementsByDataElementGroup"
 			class="org.hisp.dhis.reportexcel.export.individual.action.DataElementListFilteredByGroup">
 			<result name="success" type="velocity-xml">
-				/dhis-web-maintenance-dataset/responseDataElementGroup.vm</result>
+				/dhis-web-excel-reporting/responseDataElementGroup.vm</result>
 			<param name="onExceptionReturn">plainTextError</param>
 		</action>