You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ct...@apache.org on 2009/08/12 09:38:49 UTC

svn commit: r803400 - /continuum/trunk/continuum-webapp/src/main/resources/struts.xml

Author: ctan
Date: Wed Aug 12 07:38:49 2009
New Revision: 803400

URL: http://svn.apache.org/viewvc?rev=803400&view=rev
Log:
[CONTINUUM-2329] added call to interceptor storeStack in releaseProjectGroup action
merge -r 803398:803399 of 1.3.x branch

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

Modified: continuum/trunk/continuum-webapp/src/main/resources/struts.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp/src/main/resources/struts.xml?rev=803400&r1=803399&r2=803400&view=diff
==============================================================================
--- continuum/trunk/continuum-webapp/src/main/resources/struts.xml (original)
+++ continuum/trunk/continuum-webapp/src/main/resources/struts.xml Wed Aug 12 07:38:49 2009
@@ -357,6 +357,7 @@
     </action>
     
     <action name="releaseProjectGroup" class="projectGroup" method="release">
+      <interceptor-ref name="storeStack"/>
       <result name="input" type="redirect-action">
         <param name="actionName">projectGroupSummary</param>
         <param name="projectGroupId">${projectGroupId}</param>