web/views/actions.py
changeset 7953 a37531c8a4a6
parent 7807 f2a5805615f8
parent 7947 64719f6933d4
child 7990 a673d1d9a738
--- a/web/views/actions.py	Fri Oct 14 08:51:24 2011 +0200
+++ b/web/views/actions.py	Fri Oct 14 09:21:45 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'