diff -r 1b5fc8581437 -r b9ec8ebc187a web/views/actions.py --- a/web/views/actions.py Wed Sep 29 12:44:11 2010 +0200 +++ b/web/views/actions.py Wed Sep 29 12:53:30 2010 +0200 @@ -57,8 +57,7 @@ 'optional argument', DeprecationWarning) editableattrs = form.editable_attributes() for rschema, role in editableattrs: - if not rschema.final: - return 1 + return 1 return 0 @objectify_selector