author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Wed, 29 Sep 2010 12:53:30 +0200 | |
branch | stable |
changeset 6363 | b9ec8ebc187a |
parent 6362 | 1b5fc8581437 |
child 6364 | ad9ed9803eb6 |
--- 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