changed default for workspaces: propagate security

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4206 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2011-03-24 07:38:17 +00:00
parent 8704169d84
commit e763097d81

View file

@ -188,8 +188,8 @@ class WorkspaceInformation(Persistent):
__name__ = u'workspace_information'
propagateRolePermissions = 'workspace'
propagateParentSecurity = False
propagateRolePermissions = 'object' # or 'workspace', 'none'
propagateParentSecurity = True # False
allocationPredicateNames = allocationPredicateNames
workspaceGroupsFolderName = workspaceGroupsFolderName