Commit 4c43bf4a authored by wenjie.zheng's avatar wenjie.zheng

WorkflowTool.py: reenable getWorkflowsFor = getWorkflowValueFor.

parent e558249b
......@@ -214,7 +214,7 @@ class WorkflowTool(BaseTool, OriginalWorkflowTool):
workflow_list.append(wf)
return workflow_list
#getWorkflowsFor = getWorkflowValueListFor
getWorkflowsFor = getWorkflowValueListFor
def getHistoryOf(self, wf_id, ob):
""" Get the history of an object for a given workflow.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment