revert default settings for workspace
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4207 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
e763097d81
commit
bb49e938e4
1 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# Copyright (c) 2010 Helmut Merz helmutm@cy55.de
|
||||
# Copyright (c) 2011 Helmut Merz helmutm@cy55.de
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
@ -188,8 +188,10 @@ class WorkspaceInformation(Persistent):
|
|||
|
||||
__name__ = u'workspace_information'
|
||||
|
||||
propagateRolePermissions = 'object' # or 'workspace', 'none'
|
||||
propagateParentSecurity = True # False
|
||||
#propagateRolePermissions = 'object' # or 'none'
|
||||
propagateRolePermissions = 'workspace'
|
||||
#propagateParentSecurity = True # False
|
||||
propagateParentSecurity = False
|
||||
allocationPredicateNames = allocationPredicateNames
|
||||
workspaceGroupsFolderName = workspaceGroupsFolderName
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue