[Erp5-report] r26867 - /erp5/trunk/products/ERP5Form/SelectionTool.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu May 7 09:15:09 CEST 2009
Author: fabien
Date: Thu May 7 09:15:08 2009
New Revision: 26867
URL: http://svn.erp5.org?rev=26867&view=rev
Log:
fix description probably due to copy/paste
Modified:
erp5/trunk/products/ERP5Form/SelectionTool.py
Modified: erp5/trunk/products/ERP5Form/SelectionTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/SelectionTool.py?rev=26867&r1=26866&r2=26867&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/SelectionTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5Form/SelectionTool.py [utf8] Thu May 7 09:15:08 2009
@@ -1043,7 +1043,7 @@
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)]
More information about the Erp5-report
mailing list