Hi,

On Wed, Jun 14, 2006 at 01:24:14PM +0200, Frank Burkhardt wrote:
> Hi,
> 
> Is there a general way make an adapter 'inherit' annotated security 
> permissions
> from the object it adapted?

I've found the solution. This statement

>       <adapter
>               for="mpgsite.workflow.interfaces.IAnnotatable"
>               factory=".annotatableadapter.MyAdapter"
>               provides=".interfaces.IMyInterface"
>               trusted="true"
>       />

needs an additional attribute locate="true".

Regards,

Frank
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to