You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2007/11/14 10:50:10 UTC

svn commit: r594816 - /maven/continuum/trunk/continuum-webapp/src/main/resources/xwork.xml

Author: evenisse
Date: Wed Nov 14 01:50:09 2007
New Revision: 594816

URL: http://svn.apache.org/viewvc?rev=594816&view=rev
Log:
[CONTINUUM-1560] Redirect to groupSummary action instead of to use a chained action

Modified:
    maven/continuum/trunk/continuum-webapp/src/main/resources/xwork.xml

Modified: maven/continuum/trunk/continuum-webapp/src/main/resources/xwork.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/resources/xwork.xml?rev=594816&r1=594815&r2=594816&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-webapp/src/main/resources/xwork.xml (original)
+++ maven/continuum/trunk/continuum-webapp/src/main/resources/xwork.xml Wed Nov 14 01:50:09 2007
@@ -494,7 +494,7 @@
 
     <action name="releaseCleanup" class="releaseCleanup">
       <result name="prepareFinished" type="chain">releasePromptGoal</result>
-      <result name="performFinished" type="chain">groupSummary</result>
+      <result name="performFinished" type="redirect-action">groupSummary</result>
     </action>
 
     <action name="releaseViewResult" class="releaseInProgress" method="viewResult">