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' |     __name__ = u'workspace_information' | ||||||
| 
 | 
 | ||||||
|     propagateRolePermissions = 'workspace' |     propagateRolePermissions = 'object'   # or 'workspace', 'none' | ||||||
|     propagateParentSecurity = False |     propagateParentSecurity = True  # False | ||||||
|     allocationPredicateNames = allocationPredicateNames |     allocationPredicateNames = allocationPredicateNames | ||||||
|     workspaceGroupsFolderName = workspaceGroupsFolderName |     workspaceGroupsFolderName = workspaceGroupsFolderName | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 helmutm
						helmutm