[Zope] Can I create ZClass instance other than manager role?
Michel Pelletier
michel@digicool.com
Sat, 21 Aug 1999 22:11:41 -0400
Atsuo Ishimoto wrote:
>
> Hello all,
>
> Can I create ZClass instance without manager role? I tried as
> following:
>
Yes, when you create a ZClass, if you check the box to automaticly build
your 'constructor' for you, you will also notice that it creates a
'Permission' object for you. Just give any role you want to ability to
create your ZClass that permission.
-Michel