[Erp5-report] r28083 - /erp5/trunk/products/ERP5/Document/Document.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Jul 15 18:14:01 CEST 2009
Author: nicolas
Date: Wed Jul 15 18:14:01 2009
New Revision: 28083
URL: http://svn.erp5.org?rev=28083&view=rev
Log:
In r28082 a modification has been committed wrongly.
- Add a comment to explain why this condition has been added
Modified:
erp5/trunk/products/ERP5/Document/Document.py
Modified: erp5/trunk/products/ERP5/Document/Document.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Document.py?rev=28083&r1=28082&r2=28083&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Document.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/Document.py [utf8] Wed Jul 15 18:14:01 2009
@@ -133,6 +133,9 @@
preference_tool = getToolByName(self, 'portal_preferences')
cache_factory_name = preference_tool.getPreferredConversionCacheFactory('document_cache_factory')
cache_factory = cache_tool.getRamCacheRoot().get(cache_factory_name)
+ #XXX This conditional statement should be remove as soon as
+ #Broadcasting will be enable among all zeo clients.
+ #Interaction which update portal_caches should interact with all nodes.
if cache_factory is None and getattr(cache_tool, cache_factory_name, None) is not None:
#ram_cache_root is not up to date for current node
cache_tool.updateCache()
More information about the Erp5-report
mailing list