Commit 62f9354b authored by Vincent Pelletier's avatar Vincent Pelletier

Update forgotten user of getValidCriterionDict.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17387 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f4e01b5c
......@@ -198,7 +198,8 @@ def groupWorklistListByCondition(worklist_dict, acceptable_key_dict,
role_column_dict.iteritems():
valid_criterion_dict, metadata = getValidCriterionDict(
worklist_match_dict=worklist_match_dict,
acceptable_key_dict=acceptable_key_dict)
acceptable_key_dict=acceptable_key_dict,
workflow_worklist_key=workflow_worklist_key)
if metadata is not None:
metadata_dict[workflow_worklist_key] = metadata
valid_criterion_dict.update(applied_security_criterion_dict)
......
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