Commit 790100c6 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Reset report_opened as well in setSelectionToAll.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8606 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ad42b555
......@@ -331,7 +331,7 @@ class SelectionTool( UniqueObject, SimpleItem ):
"""
selection = self.getSelectionFor(selection_name, REQUEST=REQUEST)
if selection is not None:
selection.edit(invert_mode=0, params={}, checked_uids=[])
selection.edit(invert_mode=0, params={}, checked_uids=[], report_opened=1)
if reset_domain_tree:
selection.edit(domain=None, domain_path=None, domain_list=None)
if reset_report_tree:
......
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