From bb49e938e4787ab6ef114c8f00ab04c483af0a7b Mon Sep 17 00:00:00 2001 From: helmutm Date: Thu, 24 Mar 2011 07:53:25 +0000 Subject: [PATCH] revert default settings for workspace git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4207 fd906abe-77d9-0310-91a1-e0d9ade77398 --- security/common.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/security/common.py b/security/common.py index 7a1b9c7..6d5c55e 100644 --- a/security/common.py +++ b/security/common.py @@ -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