dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #02366
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 799: minor fix
------------------------------------------------------------
revno: 799
committer: brajesh2murari@xxxxxxxxx
branch nick: trunk
timestamp: Tue 2009-09-29 13:52:30 +0530
message:
minor fix
modified:
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/resources/META-INF/dhis/beans.xml
dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/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-maintenance/dhis-web-maintenance-dataadmin/src/main/resources/META-INF/dhis/beans.xml'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/resources/META-INF/dhis/beans.xml 2009-09-28 22:49:28 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/resources/META-INF/dhis/beans.xml 2009-09-29 08:22:30 +0000
@@ -102,14 +102,14 @@
</property>
</bean>
- <bean id="org.hisp.dhis.dataadmin.action.lock.GetExpandedTreeForLockAction"
+ <bean id="org.hisp.dhis.dataadmin.action.lock.GetExpandedTreeForLockAction"
class="org.hisp.dhis.dataadmin.action.lock.GetExpandedTreeForLockAction" scope="prototype">
<property name="selectionTreeManager">
<ref bean="org.hisp.dhis.oust.manager.SelectionTreeManager"/>
</property>
</bean>
- <bean id="org.hisp.dhis.dataadmin.action.lock.LockSelectedOrganisationUnitAction"
+ <bean id="org.hisp.dhis.dataadmin.action.lock.LockSelectedOrganisationUnitAction"
class="org.hisp.dhis.dataadmin.action.lock.LockSelectedOrganisationUnitAction"
scope="prototype">
<property name="organisationUnitService">
=== modified file 'dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/resources/struts.xml'
--- dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/resources/struts.xml 2009-09-28 22:49:28 +0000
+++ dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/resources/struts.xml 2009-09-29 08:22:30 +0000
@@ -96,7 +96,7 @@
<param name="onExceptionReturn">plainTextError</param>
</action>
- <action name="lockorgunit"
+ <action name="lockorgunit"
class="org.hisp.dhis.dataadmin.action.lock.LockSelectedOrganisationUnitAction">
<result name="success" type="velocity"> /dhis-web-maintenance-dataadmin/responseSelect.vm</result>
<param name="onExceptionReturn">plainTextError</param>
@@ -121,7 +121,7 @@
</action>
<action name="getPeriodsForLock" class="org.hisp.dhis.dataadmin.action.lock.GetPeriodsForLockAction">
- <result name="success" type="velocity">/dhis-web-commons/ajax/responsePeriod.vm</result>
+ <result name="success" type="velocity"> /dhis-web-maintenance-dataadmin/responsePeriod.vm</result>
<param name="onExceptionReturn">plainTextError</param>
</action>