Commit 6c2f386c authored by Vincent Pelletier's avatar Vincent Pelletier

ERP5Type.patches.WorkflowTool: Make docsting consistent with code.

parent 8ae07061
...@@ -325,11 +325,8 @@ def generateNestedQuery(getQuery, priority_list, criterion_dict, ...@@ -325,11 +325,8 @@ def generateNestedQuery(getQuery, priority_list, criterion_dict,
def getWorklistListQuery(getQuery, grouped_worklist_dict): def getWorklistListQuery(getQuery, grouped_worklist_dict):
""" """
Return a tuple of 3 value: Return a tuple of 2 values:
- a select_expression with a count(*) and all columns used in - a list of columns to select or to group by.
goup_by_expression
- a group_by_expression with all columns required for provided
grouped_worklist_dict
- a query applying all criterions contained in provided - a query applying all criterions contained in provided
grouped_worklist_dict grouped_worklist_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