# HG changeset patch # User Sylvain Thénault # Date 1266255394 -3600 # Node ID 440e340c61fe95f954c95ac6cd84a6a935a69498 # Parent 912aba7e64003c3b6cc5b526663a778b95b7cfa0 DEFAULT_ATTRPERMS is now public diff -r 912aba7e6400 -r 440e340c61fe schema.py --- a/schema.py Mon Feb 15 17:47:50 2010 +0100 +++ b/schema.py Mon Feb 15 18:36:34 2010 +0100 @@ -921,7 +921,7 @@ # in yams, default 'update' perm for attributes granted to managers and owners. # Within cw, we want to default to users who may edit the entity holding the # attribute. -ybo._DEFAULT_ATTRPERMS['update'] = ( +ybo.DEFAULT_ATTRPERMS['update'] = ( 'managers', ERQLExpression('U has_update_permission X')) # workflow extensions #########################################################