Commit 4f65104f authored by Sebastien Robin's avatar Sebastien Robin

small update


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@533 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 621a0d42
......@@ -148,9 +148,12 @@ class Selection(Acquisition.Implicit, Traversable, Persistent):
return self.selection_params
def getSelectionListUrl(self):
result = ''
if self.selection_list_url is None:
self.selection_list_url = ''
return self.selection_list_url
else:
result = self.selection_list_url
return result
def getSelectionCheckedUids(self):
if not hasattr(self, 'selection_checked_uids'):
......
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