Update of 
/var/cvs/contributions/CMSContainer/cmsc/servicemanagement/src/java/com/finalist/cmsc/services/workflow
In directory 
james.mmbase.org:/tmp/cvs-serv15537/CMSContainer/cmsc/servicemanagement/src/java/com/finalist/cmsc/services/workflow

Modified Files:
        WorkflowStatusInfo.java 
Log Message:
CMSC-1243 Assets: List Summary for "All content" should contain the proper 
content types


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/servicemanagement/src/java/com/finalist/cmsc/services/workflow
See also: http://www.mmbase.org/jira/browse/CMSC-1243


Index: WorkflowStatusInfo.java
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/servicemanagement/src/java/com/finalist/cmsc/services/workflow/WorkflowStatusInfo.java,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- WorkflowStatusInfo.java     21 Jan 2009 09:59:54 -0000      1.9
+++ WorkflowStatusInfo.java     2 Feb 2009 06:22:12 -0000       1.10
@@ -69,8 +69,8 @@
 
    public WorkflowStatusInfo(Cloud cloud,NodeList statusList) {
       
-      contentChildTypes = 
ServiceUtil.getDirectChildTypes(cloud,CONTENTELEMENT);
-      assetChildTypes = ServiceUtil.getDirectChildTypes(cloud,ASSETELEMENT);
+      contentChildTypes = 
ServiceUtil.getAllChildTypesNew(cloud,CONTENTELEMENT);
+      assetChildTypes = ServiceUtil.getAllChildTypesNew(cloud,ASSETELEMENT);
       // initialization
       for (LabelValueBean childType : contentChildTypes) {
          contentChildrenDraft.put(childType.getValue(), 0);
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to