[Zope] CMF Portal Folder Permissions Don't Work.
marc lindahl
marc@bowery.com
Sat, 12 Jan 2002 12:31:11 -0500
> From: Mark Simpson <zdp@bowfort.com>
>
> To stop them accessing the contents, I have to take the permission also
> off each individual document in the folder.
>
> It seems like the inheritance for Portal Folders permissions is not
> working.
You're probably using the default workflow - for insight, install DCWorkflow
and take a look at it's TTW default workflow, or check the source - it
directly sets the permissions of documents, and not via inheritance.