Commit e8edeb63 authored by iv's avatar iv

ERP5Workflow: add comment just to keep track

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