[Erp5-report] r42284 kazuhiko - /erp5/trunk/products/ERP5/Tool/ContributionRegistryTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jan 12 22:29:10 CET 2011


Author: kazuhiko
Date: Wed Jan 12 22:29:10 2011
New Revision: 42284

URL: http://svn.erp5.org?rev=42284&view=rev
Log:
use 'id' as the id may be confusing.

Modified:
    erp5/trunk/products/ERP5/Tool/ContributionRegistryTool.py

Modified: erp5/trunk/products/ERP5/Tool/ContributionRegistryTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Tool/ContributionRegistryTool.py?rev=42284&r1=42283&r2=42284&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Tool/ContributionRegistryTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Tool/ContributionRegistryTool.py [utf8] Wed Jan 12 22:29:10 2011
@@ -48,7 +48,7 @@ class ContributionRegistryTool(BaseTool)
     if context is None:
       # Build a temp object edited with provided parameters
       from Products.ERP5Type.Document import newTempFile
-      context = newTempFile(self, 'id')
+      context = newTempFile(self, '_')
       context.edit(**kw)
 
     for predicate in self.objectValues(sort_on='int_index'):



More information about the Erp5-report mailing list