← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 3458: Fixed issue, unnecessary use of organisationUniTreeStack

 

------------------------------------------------------------
revno: 3458
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Sun 2011-04-24 12:11:07 +0200
message:
  Fixed issue, unnecessary use of organisationUniTreeStack
modified:
  dhis-2/dhis-web/dhis-web-dataentry/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-dataentry/src/main/resources/struts.xml'
--- dhis-2/dhis-web/dhis-web-dataentry/src/main/resources/struts.xml	2011-04-12 19:30:34 +0000
+++ dhis-2/dhis-web/dhis-web-dataentry/src/main/resources/struts.xml	2011-04-24 10:11:07 +0000
@@ -40,7 +40,6 @@
 		</action>
 		
 		<action name="select" class="org.hisp.dhis.de.action.SelectAction">
-			<interceptor-ref name="organisationUnitTreeStack" />
 			<result name="customform" type="chain">customform</result>
 			<result name="sectionform" type="chain">sectionform</result>
 			<result name="defaultform" type="chain">defaultform</result>
@@ -48,17 +47,14 @@
 		</action>
 
 		<action name="customform" class="org.hisp.dhis.de.action.FormAction">
-			<interceptor-ref name="organisationUnitTreeStack" />
 			<result name="success" type="velocity">/dhis-web-dataentry/customForm.vm</result>
 		</action>
 
 		<action name="sectionform" class="org.hisp.dhis.de.action.SectionFormAction">
-			<interceptor-ref name="organisationUnitTreeStack" />
 			<result name="success" type="velocity">/dhis-web-dataentry/sectionForm.vm</result>
 		</action>
 
 		<action name="defaultform"	class="org.hisp.dhis.de.action.FormAction">
-			<interceptor-ref name="organisationUnitTreeStack" />
 			<result name="success" type="velocity">/dhis-web-dataentry/defaultForm.vm</result>
 		</action>