web/views/actions.py
branchstable
changeset 7947 64719f6933d4
parent 7806 aa30c665bd06
child 7953 a37531c8a4a6
--- a/web/views/actions.py	Thu Oct 13 09:44:14 2011 +0200
+++ b/web/views/actions.py	Thu Oct 13 10:24:27 2011 +0200
@@ -147,7 +147,7 @@
 class ModifyAction(action.Action):
     __regid__ = 'edit'
     __select__ = (action.Action.__select__
-                  & one_line_rset() & has_editable_relation('add'))
+                  & one_line_rset() & has_editable_relation())
 
     title = _('modify')
     category = 'mainactions'