Commit 99be248c authored by Sebastien Robin's avatar Sebastien Robin

one bad line was introduce by me, so I remove it


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@846 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2590c5ab
......@@ -687,7 +687,6 @@ class SelectionTool( UniqueObject, SimpleItem ):
Get the list of values checked for 'selection_name'
"""
selection = self.getSelectionFor(selection_name, REQUEST=REQUEST)
return selection_name
if selection is None:
return []
uid_list = selection.getSelectionCheckedUids()
......
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