From 463de10fe97f1dc7695f0ab49a3a064c4144b466 Mon Sep 17 00:00:00 2001 From: Jean-Paul Smets <jp@nexedi.com> Date: Sat, 5 May 2007 15:36:47 +0000 Subject: [PATCH] Added comments in the patch explanation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14394 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/patches/WorkflowTool.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/product/ERP5Type/patches/WorkflowTool.py b/product/ERP5Type/patches/WorkflowTool.py index f20c0eb7d2..493d7df9c5 100644 --- a/product/ERP5Type/patches/WorkflowTool.py +++ b/product/ERP5Type/patches/WorkflowTool.py @@ -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 = [] -- 2.30.9