[ui] actions box should be displayed if there are some actions, not if context is an entity. Closes #2419040
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 09 Jul 2012 09:47:28 +0200
changeset 8455 b5b263f1ad67
parent 8454 113184eb4e06
child 8456 c912d82f2166
[ui] actions box should be displayed if there are some actions, not if context is an entity. Closes #2419040
web/views/boxes.py
--- a/web/views/boxes.py	Fri Jul 06 14:31:13 2012 +0200
+++ b/web/views/boxes.py	Mon Jul 09 09:47:28 2012 +0200
@@ -54,7 +54,6 @@
     change state, add related entities...
     """
     __regid__ = 'edit_box'
-    __select__ = component.CtxComponent.__select__ & non_final_entity()
 
     title = _('actions')
     order = 2