Update of
/var/cvs/contributions/CMSContainer/cmsc/servicemanagement/src/java/com/finalist/cmsc/services/workflow
In directory james.mmbase.org:/tmp/cvs-serv31025/workflow
Modified Files:
WorkflowStatusInfo.java
Log Message:
CMSC-1243 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.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- WorkflowStatusInfo.java 20 Jan 2009 05:51:25 -0000 1.8
+++ WorkflowStatusInfo.java 21 Jan 2009 09:59:54 -0000 1.9
@@ -176,8 +176,8 @@
String childTypeName = childType.getValue();
if
(nodetype.equals(childTypeName)||ServiceUtil.getAllChildTypes(cloud,childTypeName).contains(nodetype))
{
int temp = 0;
- if (childrenStatus.containsKey(childType)) {
- temp = childrenStatus.get(childType);
+ if (childrenStatus.containsKey(childTypeName)) {
+ temp = childrenStatus.get(childTypeName);
}
childrenStatus.put(childTypeName, temp + count);
break;
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs