[Erp5-report] r29953 - /erp5/trunk/products/CMFActivity/ActivityTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Oct 23 07:43:26 CEST 2009


Author: yo
Date: Fri Oct 23 07:43:25 2009
New Revision: 29953

URL: http://svn.erp5.org?rev=29953&view=rev
Log:
This is breaking the evaluation of tales expressins in Property Sheets on Zope 2.8, so revert it.

Modified:
    erp5/trunk/products/CMFActivity/ActivityTool.py

Modified: erp5/trunk/products/CMFActivity/ActivityTool.py
URL: http://svn.erp5.org/erp5/trunk/products/CMFActivity/ActivityTool.py?rev=29953&r1=29952&r2=29953&view=diff
==============================================================================
--- erp5/trunk/products/CMFActivity/ActivityTool.py [utf8] (original)
+++ erp5/trunk/products/CMFActivity/ActivityTool.py [utf8] Fri Oct 23 07:43:25 2009
@@ -856,12 +856,6 @@
         if not acquired:
           return
 
-        # make sure our skin is set-up. On CMF 1.5 it's setup by acquisition,
-        # but on 2.2 it's by traversal, and our site probably wasn't traversed
-        # by the timerserver request, which goes into the Zope Control_Panel
-        # calling it a second time is a harmless and cheap no-op.
-        # both setupCurrentSkin and REQUEST are acquired from containers.
-        self.setupCurrentSkin(self.REQUEST)
         try:
           old_sm = getSecurityManager()
           try:




More information about the Erp5-report mailing list