[Zope-dev] Re: PROBLEM(100) Init Ambiguous name

Chris Withers chrisw@nipltd.com
Sat, 28 Jul 2001 08:58:48 +0100


From: "Chris McDonough" <chrism@zope.com>
> If someone summarizes the distinctions made in this email, I can put it
> in the ZDG.

1. You can't protect a method with more than one permission.

2. If a method aliases another method:

   e.g. manage_main = manage_editForm

   ...then they both HAVE to be protected by the same permission.

HTH,

Chris