[Erp5-report] r15432 - /erp5/trunk/products/ERP5Type/patches/WorkflowTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Aug 2 19:30:16 CEST 2007


Author: nicolas
Date: Thu Aug  2 19:30:16 2007
New Revision: 15432

URL: http://svn.erp5.org?rev=15432&view=rev
Log:
remove getValue from uid_list

Modified:
    erp5/trunk/products/ERP5Type/patches/WorkflowTool.py

Modified: erp5/trunk/products/ERP5Type/patches/WorkflowTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/patches/WorkflowTool.py?rev=15432&r1=15431&r2=15432&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/patches/WorkflowTool.py (original)
+++ erp5/trunk/products/ERP5Type/patches/WorkflowTool.py Thu Aug  2 19:30:16 2007
@@ -159,7 +159,7 @@
             criterion_value = security_cache[security_cache_key]
           else:
             security_query = getSecurityUidList(**{criterion_id: criterion_value})
-            criterion_value = security_query.getValue()
+            criterion_value = security_query
             security_cache[security_cache_key] = criterion_value
           criterion_id = SECURITY_COLUMN_ID
         else:




More information about the Erp5-report mailing list