Commit d8472869 authored by Julien Muchembled's avatar Julien Muchembled

Since r24787, we ignore Unauthorized exceptions when evaluating worklists as...

Since r24787, we ignore Unauthorized exceptions when evaluating worklists as anonymous user. In this case, we must immediately process the next worklist.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24851 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c0d48fd8
......@@ -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:
......
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