Commit f4de71e0 authored by iv's avatar iv

ERP5Workflow: add comment just to keep track

parent 36010887
...@@ -602,6 +602,8 @@ class WorkflowTool(BaseTool, OriginalWorkflowTool): ...@@ -602,6 +602,8 @@ class WorkflowTool(BaseTool, OriginalWorkflowTool):
portal_type.setTypeWorkflowList( portal_type.setTypeWorkflowList(
type_workflow_list + [workflow_id] type_workflow_list + [workflow_id]
) )
# portal_workflow.setChainForPortalTypes(portal_type, []) #using this does not look good, delTypeCBT should already do it.
def getChainDict(self): def getChainDict(self):
chain_dict = {} chain_dict = {}
for portal_type, wf_id_list in self._chains_by_type.iteritems(): for portal_type, wf_id_list in self._chains_by_type.iteritems():
......
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