Commit 463de10f authored by Jean-Paul Smets's avatar Jean-Paul Smets

Added comments in the patch explanation.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14394 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 35cb4f2b
......@@ -37,7 +37,10 @@ def WorkflowTool_wrapWorkflowMethod(self, ob, method_id, func, args, kw):
_findAutomaticTransition in DC Workflows.
TODO: make it possible to have multiple DC Workflow
per portal type per method_id
per portal type per method_id (XXX). This could be useful
for example to make the edit WorkflowMethod trigger
multiple automatic actions in different workflows.
More discussion needed on this.
"""
# Check workflow containing the workflow method
wf_list = []
......
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