diff --git a/product/ERP5Type/patches/WorkflowTool.py b/product/ERP5Type/patches/WorkflowTool.py index 5f00d45216da3747b26366d444bae23100112aa3..b7fb68fd4e8daf4b65affb6ad90e0f7d061276c9 100644 --- a/product/ERP5Type/patches/WorkflowTool.py +++ b/product/ERP5Type/patches/WorkflowTool.py @@ -477,15 +477,7 @@ def WorkflowTool_listActions(self, info=None, object=None, src__=False): a = wf.listObjectActions(info) if a is not None: actions.extend(a) - """ - a = wf.listGlobalActions(info) - if a is not None: - actions.extend(a) - """ a = wf.getWorklistVariableMatchDict(info) ### zwj: replace listGlobalActions(info) - if a is not None: - actions.extend(a) - ### zwj: ??? if a is not None: worklist_dict[wf_id] = a ### ==========================================================================