Commit 651bed98 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Set selection_name in setSelectionFor.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1274 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d0f33342
......@@ -108,6 +108,9 @@ class SelectionTool( UniqueObject, SimpleItem ):
"""
Sets the selection instance for a given selection_name
"""
# Set the name so that this selection itself can get its own name.
selection_object.edit(name = selection_name)
if not REQUEST:
REQUEST = get_request()
# New system: store directly - bypass session
......
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