[Erp5-report] r13144 - /erp5/trunk/products/ERP5OOo/Document/OOoDocument.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Mar 1 15:12:40 CET 2007


Author: aurel
Date: Thu Mar  1 15:12:39 2007
New Revision: 13144

URL: http://svn.erp5.org?rev=13144&view=rev
Log:
rename cache

Modified:
    erp5/trunk/products/ERP5OOo/Document/OOoDocument.py

Modified: erp5/trunk/products/ERP5OOo/Document/OOoDocument.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/Document/OOoDocument.py?rev=13144&r1=13143&r2=13144&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/Document/OOoDocument.py (original)
+++ erp5/trunk/products/ERP5OOo/Document/OOoDocument.py Thu Mar  1 15:12:39 2007
@@ -234,7 +234,7 @@
 
     cached_getTargetFormatItemList = CachingMethod(cached_getTargetFormatItemList,
                                         id = "OOoDocument_getTargetFormatItemList",
-                                                   cache_factory='erp5_user_interface_short')
+                                                   cache_factory='erp5_ui_short')
     return cached_getTargetFormatItemList(self.getContentType())
 
   security.declareProtected(Permissions.AccessContentsInformation, 'getTargetFormatList')




More information about the Erp5-report mailing list