[ui] actions box should be displayed if there are some actions, not if context is an entity. Closes #2419040
--- 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