Update of
/var/cvs/contributions/CMSContainer_Modules/workflow/src/java/com/finalist/cmsc/workflow
In directory
james.mmbase.org:/tmp/cvs-serv14180/workflow/src/java/com/finalist/cmsc/workflow
Modified Files:
Tag: b1_4
WorkflowManager.java
Log Message:
CMSC-1073 - fix redundant line in b1_4 and language improvement in others.
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/workflow/src/java/com/finalist/cmsc/workflow
See also: http://www.mmbase.org/jira/browse/CMSC-1073
Index: WorkflowManager.java
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Modules/workflow/src/java/com/finalist/cmsc/workflow/WorkflowManager.java,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -u -b -r1.9.2.1 -r1.9.2.2
--- WorkflowManager.java 26 Sep 2008 09:33:29 -0000 1.9.2.1
+++ WorkflowManager.java 9 Oct 2008 12:05:50 -0000 1.9.2.2
@@ -351,13 +351,12 @@
}
protected void changeWorkflowFailPublished(Node wfItem, String status,
String stacktrace) {
- // We need to bypass the MMBase bridge to change workflow items.
+ // Need to bypass the MMBase bridge to change workflow items.
// The bridge causes the lastmodifier field to be changed, which is
visible for the end user.
MMObjectBuilder wfBuilder =
MMBase.getMMBase().getBuilder(WORKFLOW_MANAGER_NAME);
MMObjectNode mmNode = wfBuilder.getNode(wfItem.getNumber());
mmNode.setValue(STATUS_FIELD, status);
- mmNode.setValue(STATUS_FIELD, status);
if (!StringUtil.isEmpty(stacktrace)) {
mmNode.setValue(STACKTRACE_FIELD, stacktrace);
}
@@ -366,7 +365,7 @@
/**
- * Do rename the remark
+ * Rename the remark
*
* @param wfItem
* @param remark
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs