Commit 679585f8 authored by Vincent Pelletier's avatar Vincent Pelletier

Do not group by resource by default, to preserve former behaviour of group-by processing code.

Moreover, it's not to this function to decide which group-by must be applied.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16058 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cb5cb67e
......@@ -459,7 +459,7 @@ class SimulationTool(BaseTool):
group_by_sub_variation=0,
group_by_variation=0,
group_by_movement=0,
group_by_resource=1,
group_by_resource=0,
# sort_on
sort_on=None,
# keywords for related keys
......
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