[Erp5-report] r8384 - /erp5/trunk/products/ERP5/Document/MappedValue.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jul 11 11:59:05 CEST 2006


Author: romain
Date: Tue Jul 11 11:59:03 2006
New Revision: 8384

URL: http://svn.erp5.org?rev=8384&view=rev
Log:
Add evaluate parameter.

Modified:
    erp5/trunk/products/ERP5/Document/MappedValue.py

Modified: erp5/trunk/products/ERP5/Document/MappedValue.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/MappedValue.py?rev=8384&r1=8383&r2=8384&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/MappedValue.py (original)
+++ erp5/trunk/products/ERP5/Document/MappedValue.py Tue Jul 11 11:59:03 2006
@@ -90,7 +90,7 @@
     Predicate._edit(self, REQUEST=REQUEST, force_update = force_update, **kw)
 
   security.declareProtected( Permissions.AccessContentsInformation, 'getProperty' )
-  def getProperty(self, key, d=None):
+  def getProperty(self, key, d=None, evaluate=1):
     """
       Generic accessor. First we check if the value
       exists. Else we call the real accessor




More information about the Erp5-report mailing list