Commit 0375db0b authored by Fabien Morin's avatar Fabien Morin

fix description probably due to copy/paste


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26867 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1132295e
......@@ -1043,7 +1043,7 @@ class SelectionTool( BaseTool, UniqueObject, SimpleItem ):
security.declareProtected(ERP5Permissions.View, 'getSelectionUidList')
def getSelectionUidList(self, selection_name, REQUEST=None, selection_method=None, context=None):
"""
Get the list of values checked or selected for 'selection_name'
Get the list of uids checked or selected for 'selection_name'
"""
return [x.getObject().getUid() for x in self.getSelectionValueList(selection_name, REQUEST=REQUEST, selection_method=selection_method, context=context)]
......
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