Update of 
/var/cvs/contributions/CMSContainer_Modules/workflow/src/webapp/editors/workflow
In directory 
james.mmbase.org:/tmp/cvs-serv23336/workflow/src/webapp/editors/workflow

Modified Files:
        index.jsp 
Log Message:
CMSC-681 Asset Maintenance  Workflow does not remember if items are fold out or 
in


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


Index: index.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/workflow/src/webapp/editors/workflow/index.jsp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- index.jsp   10 Nov 2008 03:25:30 -0000      1.2
+++ index.jsp   23 Dec 2008 07:41:00 -0000      1.3
@@ -8,7 +8,10 @@
        status = (String) session.getAttribute("workflow.status");
 }
 
-String redirectTo = "ContentWorkflowAction.do";
+String redirectTo = "AllcontentWorkflowAction.do";
+if ("allcontent".equals(type)) {
+   redirectTo = "AllcontentWorkflowAction.do";
+}
 if ("content".equals(type)) {
     redirectTo = "ContentWorkflowAction.do";
 }
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to