CMF Portal Folder Permissions Don't Work.
Hi, Has anybody else had this problem, and do you have a fix? CMF-1.1 and Zope 2.3.2 If I have a Portal Folder "fred" which is a subfolder of Portal Folder "bert" and I take off "Access" and "View" permissions for user Anonymous on "bert", then anonymous users can still access any contents in bert or fred even though they shouldn't be able to. 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. However, if I do the same thing, but with a normal "Folder" then it works as it should do. Can anyone shed any light on this? Thanks Mark Simpson -- Receive free alerts for the Northern Lights at your location! See the newest photos! http://www.bowfort.com/~adec/ ADEC
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.
participants (2)
-
marc lindahl -
Mark Simpson