Commit f68f1a02 authored by Vincent Pelletier's avatar Vincent Pelletier

Update coding style.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27681 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 51cd9933
......@@ -1145,10 +1145,9 @@ class SelectionTool( BaseTool, UniqueObject, SimpleItem ):
kw ={}
kw[field.get_value('catalog_index')] = field_value
self.setSelectionParamsFor(selection_name,
kw.copy())
self.setSelectionCheckedUidsFor(
selection_name,
current_uid_list)
kw.copy())
self.setSelectionCheckedUidsFor(selection_name,
current_uid_list)
field_value = str(field_value).splitlines()
# Prevent displaying useless empty list or list with only one element
if not field_value:
......
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