[Zope-dev] manage_workspace changes

Chris McDonough chrism at zopemafia.com
Wed Oct 22 17:09:44 EDT 2003


FWIW, I did file a detailed bug report on this issue in the (currently
down) Zope collector... If we're talking about the same thing, I think
the right thing to do is to change ActionProviderBase to not assume what
it's calling is a DTML method.

On Wed, 2003-10-22 at 06:25, Florent Guillaume wrote:
> In article <16274.18796.135508.105635 at gargle.gargle.HOWL> you write:
> > Unfortunately, returning "getattr(self,method)(self,REQUEST)"
> > requires the method to be DTML like and breaks if this is not the
> > case.
> 
> Note that this particular problem can easily be cured by the standard
>   if getattr(aq_base(ob), 'isDocTemp', 0)
> test (see CMFCore/PortalContent.py for an example).
> 
> Florent




More information about the Zope-Dev mailing list