[Erp5-report] r26988 - /erp5/trunk/products/ERP5/Document/BusinessTemplate.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu May 14 16:33:52 CEST 2009


Author: nicolas
Date: Thu May 14 16:33:52 2009
New Revision: 26988

URL: http://svn.erp5.org?rev=26988&view=rev
Log:
implement new Zodb Cache

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

Modified: erp5/trunk/products/ERP5/Document/BusinessTemplate.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/BusinessTemplate.py?rev=26988&r1=26987&r2=26988&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/BusinessTemplate.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/BusinessTemplate.py [utf8] Thu May 14 16:33:52 2009
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 ##############################################################################
 #
 # Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
@@ -865,7 +866,8 @@
               container._mapTransform(obj)
           elif obj.meta_type in ('ERP5 Ram Cache',
                                  'ERP5 Distributed Ram Cache',
-                                 'ERP5 SQL Cache'):
+                                 'ERP5 SQL Cache',
+                                 'ERP5 Zodb Cache',):
             assert container.meta_type == 'ERP5 Cache Factory'
             container.getParentValue().updateCache()
            




More information about the Erp5-report mailing list