Update of 
/var/cvs/contributions/CMSContainer_Modules/workflow/src/webapp/WEB-INF
In directory james.mmbase.org:/tmp/cvs-serv28892

Modified Files:
        struts-workflow.xml 
Log Message:
CMSC-1087 (changes the status box of a page to a dynamic tree in the Workflow 
section of the CMSc)


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/workflow/src/webapp/WEB-INF
See also: http://www.mmbase.org/jira/browse/CMSC-1087


Index: struts-workflow.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/workflow/src/webapp/WEB-INF/struts-workflow.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- struts-workflow.xml 27 Jul 2008 14:02:33 -0000      1.3
+++ struts-workflow.xml 10 Nov 2008 03:23:16 -0000      1.4
@@ -17,6 +17,10 @@
                        
type="com.finalist.cmsc.workflow.forms.ContentWorkflowAction" unknown="false" 
validate="false">
                        <forward name="success" 
path="/editors/workflow/workflow.jsp" redirect="false" />
                </action>
+      <action path="/editors/workflow/AssetWorkflowAction"
+         type="com.finalist.cmsc.workflow.forms.AssetWorkflowAction" 
unknown="false" validate="false">
+         <forward name="success" path="/editors/workflow/workflow.jsp" 
redirect="false" />
+      </action>
                <action path="/editors/workflow/LinkWorkflowAction"
                        
type="com.finalist.cmsc.workflow.forms.LinkWorkflowAction" unknown="false" 
validate="false">
                        <forward name="success" 
path="/editors/workflow/workflow.jsp" redirect="false" />
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to