schema.py
branchstable
changeset 4586 440e340c61fe
parent 4575 4a7fe84f7803
child 4607 55eab66c6592
--- 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 #########################################################