[Erp5-report] r17356 - /erp5/trunk/products/ERP5Form/Selection.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Nov 2 01:05:06 CET 2007


Author: yo
Date: Fri Nov  2 01:05:06 2007
New Revision: 17356

URL: http://svn.erp5.org?rev=17356&view=rev
Log:
isMemcachedUsed is a method of SelectionTool but not Selection... For now I ignore this attribute write, because it is volatile.

Modified:
    erp5/trunk/products/ERP5Form/Selection.py

Modified: erp5/trunk/products/ERP5Form/Selection.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/Selection.py?rev=17356&r1=17355&r2=17356&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/Selection.py (original)
+++ erp5/trunk/products/ERP5Form/Selection.py Fri Nov  2 01:05:06 2007
@@ -158,8 +158,7 @@
 
     security.declarePrivate('edit')
     def edit(self, params=None, **kw):
-        if self.isMemcachedUsed():
-          setattr(self, MEMCACHED_TOOL_MODIFIED_FLAG_PROPERTY_ID, True)
+        setattr(self, MEMCACHED_TOOL_MODIFIED_FLAG_PROPERTY_ID, True)
         if params is not None:
           # We should only keep params which do not start with field_
           # in order to make sure we do not collect unwanted params




More information about the Erp5-report mailing list