← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 13146: Minor fix in tabular report.

 

------------------------------------------------------------
revno: 13146
committer: Tran Chau <tran.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2013-12-04 23:39:38 +0700
message:
  Minor fix in tabular report.
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	2013-11-25 03:07:49 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/resources/struts.xml	2013-12-04 16:39:38 +0000
@@ -878,14 +878,14 @@
 
 		<action name="loadProgramStageSections"
 			class="org.hisp.dhis.caseentry.action.report.GetProgramStageSectionsAction">
-			<result name="success" type="velocity-json">/dhis-web-caseentry/jsonProgramStageSections.vm
+			<result name="success" type="velocity-json">/dhis-web-commons/ajax/jsonProgramStageSections.vm
 			</result>
 			<param name="requiredAuthorities">F_GENERATE_BENEFICIARY_TABULAR_REPORT</param>
 		</action>
 
 		<action name="loadDataElements"
 			class="org.hisp.dhis.caseentry.action.report.LoadDataElementsAction">
-			<result name="success" type="velocity-json">/dhis-web-commons/ajax/responseDataElements.vm
+			<result name="success" type="velocity-json">/dhis-web-caseentry/responseDataElements.vm
 			</result>
 			<param name="requiredAuthorities">F_GENERATE_BENEFICIARY_TABULAR_REPORT</param>
 		</action>