[Erp5-report] r9145 - /erp5/trunk/products/ERP5Type/CMFCorePatch.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Aug 11 11:41:04 CEST 2006


Author: jerome
Date: Fri Aug 11 11:40:51 2006
New Revision: 9145

URL: http://svn.erp5.org?rev=9145&view=rev
Log:
we must keep Product.ERP5Type.CMFCorePatch.PatchedActionInformation symbol for compatibility with old business templates


Modified:
    erp5/trunk/products/ERP5Type/CMFCorePatch.py

Modified: erp5/trunk/products/ERP5Type/CMFCorePatch.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/CMFCorePatch.py?rev=9145&r1=9144&r2=9145&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/CMFCorePatch.py (original)
+++ erp5/trunk/products/ERP5Type/CMFCorePatch.py Fri Aug 11 11:40:51 2006
@@ -22,5 +22,12 @@
 
 # This file is only for backward compatibility. Please use ZopePatch instead.
 
-from Products.ERP5Type.patches.ActionInformation import PatchedActionInformation
-from Products.ERP5Type.patches.CookieCrumbler import PatchedCookieCrumbler
+#from Products.ERP5Type.patches.ActionInformation import PatchedActionInformation
+#from Products.ERP5Type.patches.CookieCrumbler import PatchedCookieCrumbler
+
+# XXX some business templates contains some
+# 'Product.ERP5Type.CMFCorePatch.PatchedActionInformation' objects
+# so we keep this name for compatibility
+from Products.CMFCore.ActionInformation import ActionInformation\
+                                 as PatchedActionInformation
+




More information about the Erp5-report mailing list