branch | stable |
changeset 6363 | b9ec8ebc187a |
parent 6358 | 22c95c5ef12d |
child 6459 | 7f46ec158c48 |
--- 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