[Zope] How to use folders in ZClasses
Peter Bengtsson
mail@peterbe.com
Fri, 12 Apr 2002 09:34:41 +0200
On Thursday 11 April 2002 20:32, Dieter Maurer wrote:
> Peter Bengtsson writes:
> > ... ZClass raises ...
> >
> > > > Unauthorized
> > > >
> > > > You are not authorized to access EditImages.
> > >
> > > Did you make adaptions in the "Define permissions" tab?
> >
> > What kind of adaptions?
>
> "Define permissions" maps the ZClass's permissions to permissions
> defined in the context of the ZInstances.
>
> The implementers have been extremely conservative. Almost all
> permissions are mapped to "(disabled)". When someone
> hit's such a disabled permission, he gets an Unauthorized, even
> as "Manager".
>
> Not changing the permission mapping in "Define permissions" is
> one of the most frequent ZClass problems....
Cool!! I (we) solved it!
For the Folder inside the ZClass I defined that "Access Contents Information"
to the same permission as View and that solved the problem. Greate!