[Erp5-report] r44238 seb - /erp5/trunk/products/ERP5Type/Base.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Mar 14 14:44:08 CET 2011


Author: seb
Date: Mon Mar 14 14:44:08 2011
New Revision: 44238

URL: http://svn.erp5.org?rev=44238&view=rev
Log:
getLogicalPath might receive item_method parameter

Modified:
    erp5/trunk/products/ERP5Type/Base.py

Modified: erp5/trunk/products/ERP5Type/Base.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Base.py?rev=44238&r1=44237&r2=44238&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Base.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/Base.py [utf8] Mon Mar 14 14:44:08 2011
@@ -1634,7 +1634,7 @@ class Base( CopyContainer,
     return uid
 
   security.declareProtected(Permissions.AccessContentsInformation, 'getLogicalPath')
-  def getLogicalPath(self, REQUEST=None) :
+  def getLogicalPath(self, REQUEST=None, **kw) :
     """
       Returns the absolute path of an object, using titles when available
     """



More information about the Erp5-report mailing list