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:
parent
8704169d84
commit
e763097d81
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue