------------------------------------------------------------
revno: 3813
committer: Tran Chau <[email protected]>
branch nick: dhis2
timestamp: Wed 2011-06-01 10:24:48 +0700
message:
Removed type="chain" into dhis-web-commons.
modified:
dhis-2/dhis-web/dhis-web-commons/src/main/resources/dhis-web-commons.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-commons/src/main/resources/dhis-web-commons.xml'
--- dhis-2/dhis-web/dhis-web-commons/src/main/resources/dhis-web-commons.xml 2011-05-24 09:42:48 +0000
+++ dhis-2/dhis-web/dhis-web-commons/src/main/resources/dhis-web-commons.xml 2011-06-01 03:24:48 +0000
@@ -285,7 +285,14 @@
<action name="translate" class="org.hisp.dhis.i18n.action.TranslateAction">
<result name="success" type="velocity">/dhis-web-commons/i18n/goback.vm
</result>
- <result name="input" type="chain">i18n</result>
+ <result name="input" type="redirect">
+ <param name="location">i18n.action</param>
+ <param name="className">${className}</param>
+ <param name="objectId">${objectId}</param>
+ <param name="returnUrl">${returnUrl}</param>
+ <param name="message">${message}</param>
+ <param name="parse">false</param>
+ </result>
</action>
<action name="validateAddDuplicatedTranslation"
_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help : https://help.launchpad.net/ListHelp