diff --git a/product/ERP5Type/patches/WorkflowTool.py b/product/ERP5Type/patches/WorkflowTool.py index 9322852c139e9bef4f8b6fc7d2c88d1bb92e44b3..57ead5ce8e4251f0a3c31b5d10d54533ebbe544b 100644 --- a/product/ERP5Type/patches/WorkflowTool.py +++ b/product/ERP5Type/patches/WorkflowTool.py @@ -525,6 +525,7 @@ def WorkflowTool_listActions(self, info=None, object=None, src__=False): 'Exception while computing worklists: %s' % grouped_worklist_dict.keys(), error=sys.exc_info()) + continue if src__: action_list.append(catalog_brain_result) else: