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 #########################################################